Generated on Thu Apr 11 14:00:08 2019 for Gecode by doxygen 1.6.3

Gecode::Search::Seq::PortfolioStop Class Reference

Stop object used for controling slaves in a portfolio. More...

#include <pbs.hh>

List of all members.

Public Member Functions

 PortfolioStop (Stop *so)
 Initialize.
void share (SharedStopInfo *ssi)
 Intialize shared stop information.
virtual bool stop (const Statistics &s, const Options &o)
 Return true if portfolio engine must be stopped.

Detailed Description

Stop object used for controling slaves in a portfolio.

Definition at line 51 of file pbs.hh.


Constructor & Destructor Documentation

Gecode::Search::Seq::PortfolioStop::PortfolioStop ( Stop so  )  [inline]

Initialize.

Definition at line 40 of file pbs.hpp.


Member Function Documentation

void Gecode::Search::Seq::PortfolioStop::share ( SharedStopInfo ssi  )  [inline]

Intialize shared stop information.

Definition at line 43 of file pbs.hpp.

bool Gecode::Search::Seq::PortfolioStop::stop ( const Statistics s,
const Options o 
) [virtual]

Return true if portfolio engine must be stopped.

Implements Gecode::Search::Stop.

Definition at line 39 of file pbs.cpp.


The documentation for this class was generated from the following files: