Gecode::BranchingDesc Class Reference
[Programming actors]
Inherited by Gecode::PosValDesc< Val >.
Detailed Description
Branch description for batch recomputation.Must be refined by inheritance such that the information stored inside a branching description is sufficient to redo a tell performed by a particular branching.
Definition at line 497 of file core.icc.
Public Member Functions | |
virtual | ~BranchingDesc (void) |
Destructor. | |
virtual size_t | size (void) const =0 |
Report size occupied by branching description. | |
Static Public Member Functions | |
static void * | operator new (size_t) |
Allocate memory from heap. | |
static void | operator delete (void *) |
Return memory to heap. | |
Protected Member Functions | |
BranchingDesc (Branching *b) | |
Initialize for particular branching b. |
Constructor & Destructor Documentation
|
Initialize for particular branching b.
|
|
Destructor.
|
Member Function Documentation
|
Report size occupied by branching description.
Implemented in Gecode::PosValDesc< Val >. |
|
Allocate memory from heap.
|
|
Return memory to heap.
|
The documentation for this class was generated from the following file:
- kernel/core.icc (Revision: 2668)