Gecode::Int::Branch::AssignMed Class Reference
#include <branch.hh>
Inherits Gecode::Int::Branch::Assign.
Detailed Description
Median assignment (single-alternative branching).
Definition at line 407 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 const BranchingDesc * | description (const Space *home) const |
Return branching description (of type AssignDesc). | |
Protected Member Functions | |
AssignMed (Space *home, bool share, AssignMed &b) | |
Constructor for cloning b. |
Constructor & Destructor Documentation
|
Constructor for cloning b.
Definition at line 59 of file assign.icc. |
|
Constructor for creation.
Definition at line 62 of file assign.icc. |
Member Function Documentation
|
Perform cloning.
Implements Gecode::Actor. |
|
Return branching description (of type AssignDesc).
Implements Gecode::Branching. |
The documentation for this class was generated from the following files:
- gecode/int/branch.hh (Revision: 3512)
- gecode/int/branch/assign.cc (Revision: 3402)
- gecode/int/branch/assign.icc (Revision: 3388)