Generated on Thu Jan 31 2019 20:56:52 for Gecode by doxygen 1.8.15

Base-class for Stop-object. More...

#include <search.hh>

Constructors and member functions

 Stop (void)
 Default constructor. More...
 
virtual bool stop (const Statistics &s, const Options &o)=0
 Stop search, if returns true. More...
 
virtual ~Stop (void)
 Destructor. More...
 

Predefined stop objects

static Stopnode (unsigned long int l)
 Stop if node limit l has been exceeded. More...
 
static Stopfail (unsigned long int l)
 Stop if failure limit l has been exceeded. More...
 
static Stoptime (unsigned long int l)
 Stop if time limit l (in milliseconds) has been exceeded. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Gecode::HeapAllocated
static void * operator new (size_t s)
 Memory management. More...
 
static void operator delete (void *p)
 Free memory allocated from heap. More...
 

Detailed Description

Base-class for Stop-object.

Definition at line 501 of file search.hh.

Constructor & Destructor Documentation

◆ Stop()

Gecode::Search::Stop::Stop ( void  )
inline

Default constructor.

Definition at line 45 of file stop.hpp.

◆ ~Stop()

Gecode::Search::Stop::~Stop ( void  )
inlinevirtual

Destructor.

Definition at line 47 of file stop.hpp.

Member Function Documentation

◆ stop()

◆ node()

Stop * Gecode::Search::Stop::node ( unsigned long int  l)
static

Stop if node limit l has been exceeded.

Definition at line 47 of file stop.cpp.

◆ fail()

Stop * Gecode::Search::Stop::fail ( unsigned long int  l)
static

Stop if failure limit l has been exceeded.

Definition at line 51 of file stop.cpp.

◆ time()

Stop * Gecode::Search::Stop::time ( unsigned long int  l)
static

Stop if time limit l (in milliseconds) has been exceeded.

Definition at line 55 of file stop.cpp.


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