
Minimal brancher description storing no information. More...
Public Member Functions | |
| Description (const Brancher &b, unsigned int a) | |
| Initialize description for brancher b, number of alternatives a. More... | |
| virtual size_t | size (void) const |
| Report size occupied. More... | |
| virtual void | archive (Archive &e) const |
| Archive into e. More... | |
Public Member Functions inherited from Gecode::Choice | |
| unsigned int | alternatives (void) const |
| Return number of alternatives. More... | |
| virtual | ~Choice (void) |
| Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Gecode::Choice | |
| static void * | operator new (size_t) |
| Allocate memory from heap. More... | |
| static void | operator delete (void *) |
| Return memory to heap. More... | |
Protected Member Functions inherited from Gecode::Choice | |
| Choice (const Brancher &b, const unsigned int a) | |
| Initialize for particular brancher b and alternatives a. More... | |
Minimal brancher description storing no information.
Definition at line 48 of file branch.cpp.
|
inline |
Initialize description for brancher b, number of alternatives a.
Definition at line 51 of file branch.cpp.
|
inlinevirtual |
|
inlinevirtual |