Gecode::Int::Branch::AssignMed Class Reference
#include <branch.hh>
Inherits Gecode::Int::Branch::Assign.
Detailed Description
Median assignment (single-alternative branching).
Definition at line 386 of file branch.hh.
Public Member Functions | |
| AssignMed (Space *home, ViewArray< IntView > &x) | |
| Constructor for creation. | |
| virtual Actor * | copy (Space *home, bool share) |
| Perform cloning. | |
| virtual BranchingDesc * | description (void) |
| Return branching description (of type Gecode::PosValDesc). | |
| virtual ExecStatus | commit (Space *home, unsigned int a, BranchingDesc *d) |
| Perform commit for alternative a and branching description d. | |
Protected Member Functions | |
| AssignMed (Space *home, bool share, AssignMed &b) | |
| Constructor for cloning b. | |
Constructor & Destructor Documentation
|
||||||||||||||||
|
Constructor for cloning b.
Definition at line 42 of file assign.icc. |
|
||||||||||||
|
Constructor for creation.
Definition at line 45 of file assign.icc. |
Member Function Documentation
|
||||||||||||
|
Perform cloning.
Implements Gecode::Actor. |
|
|
Return branching description (of type Gecode::PosValDesc).
Implements Gecode::Branching. |
|
||||||||||||||||
|
Perform commit for alternative a and branching description d.
Implements Gecode::Branching. |
The documentation for this class was generated from the following files:
- int/branch.hh (Revision: 2381)
- int/branch/assign.cc (Revision: 2094)
- int/branch/assign.icc (Revision: 2096)
