Gecode::Gist::Branch Class Reference
Representation of a branch in the search tree. More...
Public Member Functions | |
Branch (int a, const Choice *c, SpaceNode *best=NULL) | |
Constructor. | |
Public Attributes | |
int | alternative |
Alternative number. | |
SpaceNode * | ownBest |
The best space known when the branch was created. | |
const Choice * | choice |
Detailed Description
Representation of a branch in the search tree.
Definition at line 50 of file spacenode.cpp.
Constructor & Destructor Documentation
Constructor.
Definition at line 59 of file spacenode.cpp.
Member Data Documentation
Alternative number.
Definition at line 53 of file spacenode.cpp.
The best space known when the branch was created.
Definition at line 55 of file spacenode.cpp.
Definition at line 56 of file spacenode.cpp.
The documentation for this class was generated from the following file:
- gecode/gist/spacenode.cpp (Revision: 14967)