Generated on Sat Feb 7 2015 02:01:50 for Gecode by doxygen 1.8.9.1

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

#include <search.hh>

Public 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...
 

Static Public Member Functions

static void * operator new (size_t s)
 Allocate memory from heap. More...
 
static void operator delete (void *p)
 Free memory allocated from heap. More...
 

Detailed Description

Base-class for Stop-object.

Definition at line 262 of file search.hh.

Constructor & Destructor Documentation

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

Default constructor.

Definition at line 45 of file stop.hpp.

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

Destructor.

Definition at line 47 of file stop.hpp.

Member Function Documentation

virtual bool Gecode::Search::Stop::stop ( const Statistics s,
const Options o 
)
pure virtual
void * Gecode::Search::Stop::operator new ( size_t  s)
inlinestatic

Allocate memory from heap.

Definition at line 49 of file stop.hpp.

void Gecode::Search::Stop::operator delete ( void *  p)
inlinestatic

Free memory allocated from heap.

Definition at line 53 of file stop.hpp.


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