Gecode::Kernel::FunctionBranch::Description Class Reference
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. | |
| virtual void | archive (Archive &e) const |
| Archive into e. | |
Detailed Description
Minimal brancher description storing no information.
Definition at line 44 of file function.cpp.
Constructor & Destructor Documentation
| Gecode::Kernel::FunctionBranch::Description::Description | ( | const Brancher & | b, | |
| unsigned int | a | |||
| ) | [inline] |
Initialize description for brancher b, number of alternatives a.
Definition at line 80 of file function.cpp.
Member Function Documentation
| void Gecode::Kernel::FunctionBranch::Description::archive | ( | Archive & | e | ) | const [virtual] |
The documentation for this class was generated from the following file:
- gecode/kernel/branch/function.cpp
