Choice for StopBrancher More...
#include <stopbrancher.hh>
Public Member Functions | |
StopChoice (const Brancher &b) | |
Initialize choice for brancher b. More... | |
virtual size_t | size (void) const |
Report size occupied. More... | |
virtual void | archive (Archive &e) const |
Archive into e. More... | |
![]() | |
unsigned int | alternatives (void) const |
Return number of alternatives. More... | |
virtual | ~Choice (void) |
Destructor. More... | |
Additional Inherited Members | |
![]() | |
static void * | operator new (size_t) |
Allocate memory from heap. More... | |
static void | operator delete (void *) |
Return memory to heap. More... | |
![]() | |
Choice (const Brancher &b, const unsigned int a) | |
Initialize for particular brancher b and alternatives a. More... | |
Choice for StopBrancher
Definition at line 44 of file stopbrancher.hh.
Gecode::Gist::StopChoice::StopChoice | ( | const Brancher & | b | ) |
Initialize choice for brancher b.
Definition at line 42 of file stopbrancher.cpp.
|
virtual |
|
virtual |