Generated on Mon Aug 25 11:35:47 2008 for Gecode by doxygen 1.5.6

Stop-objects for stopping search
[Search engines]


Detailed Description

Allows to specify various criteria when a search engine should stop exploration. Only exploration but neither recomputation nor propagation will be interrupted.


Classes

class  Gecode::Search::Stop
 Base-class for Stop-object. More...
class  Gecode::Search::MemoryStop
 Stop-object based on memory consumption More...
class  Gecode::Search::FailStop
 Stop-object based on number of failures More...
class  Gecode::Search::TimeStop
 Stop-object based on time More...