Gecode::Int::Branch::Assign Class Reference
#include <branch.hh>
Inherits Gecode::Branching.
Inherited by Gecode::Int::Branch::AssignMax, Gecode::Int::Branch::AssignMed, and Gecode::Int::Branch::AssignMin.
Detailed Description
Assignment (single-alternative branching) base-class.
Definition at line 353 of file branch.hh.
Public Member Functions | |
Assign (Space *home, ViewArray< IntView > &x) | |
Constructor for creation. | |
virtual unsigned int | branch (void) |
Perform branching (selects view). | |
Protected Member Functions | |
Assign (Space *home, bool share, Assign &b) | |
Constructor for cloning b. | |
Protected Attributes | |
ViewArray< IntView > | x |
Views to assign. | |
int | pos |
Next position to be assigned. |
Constructor & Destructor Documentation
|
Constructor for cloning b.
Definition at line 25 of file assign.icc. |
|
Constructor for creation.
Definition at line 30 of file assign.icc. |
Member Function Documentation
|
Perform branching (selects view).
Implements Gecode::Branching. |
Member Data Documentation
|
Views to assign.
|
|
Next position to be assigned.
|
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)