Test for unary constraint
More...
Public Member Functions |
| ManFlexUnary (int n, int minP, int maxP, int o) |
| Create and register test.
|
virtual Assignment * | assignment (void) const |
| Create and register initial assignment.
|
virtual bool | solution (const Assignment &x) const |
| Test whether x is solution
|
virtual void | post (Gecode::Space &home, Gecode::IntVarArray &x) |
| Post constraint on x.
|
| Test (const std::string &s, int a, const Gecode::IntSet &d, bool r=false, Gecode::IntConLevel i=Gecode::ICL_DEF) |
| Constructor.
|
| Test (const std::string &s, int a, int min, int max, bool r=false, Gecode::IntConLevel i=Gecode::ICL_DEF) |
| Constructor.
|
virtual bool | ignore (const Assignment &) const |
| Whether to ignore assignment for reification.
|
virtual void | post (Gecode::Space &home, Gecode::IntVarArray &x, Gecode::BoolVar b) |
| Post reified constraint.
|
virtual bool | run (void) |
| Perform test.
|
| Base (const std::string &s) |
| Create and register test with name s.
|
const std::string & | name (void) const |
| Return name of test.
|
Base * | next (void) const |
| Return next test.
|
void | next (Base *n) |
| Set next test.
|
virtual | ~Base (void) |
| Destructor.
|
Detailed Description
Test for unary constraint
Definition at line 143 of file unary.cpp.
Constructor & Destructor Documentation
Test::Int::Unary::ManFlexUnary::ManFlexUnary |
( |
int |
n, |
|
|
int |
minP, |
|
|
int |
maxP, |
|
|
int |
o |
|
) |
| |
|
inline |
Create and register test.
Definition at line 153 of file unary.cpp.
Member Function Documentation
virtual Assignment* Test::Int::Unary::ManFlexUnary::assignment |
( |
void |
| ) |
const |
|
inlinevirtual |
virtual bool Test::Int::Unary::ManFlexUnary::solution |
( |
const Assignment & |
x | ) |
const |
|
inlinevirtual |
Member Data Documentation
int Test::Int::Unary::ManFlexUnary::_minP |
|
protected |
Minimum processing time.
Definition at line 146 of file unary.cpp.
int Test::Int::Unary::ManFlexUnary::_maxP |
|
protected |
Maximum processing time.
Definition at line 148 of file unary.cpp.
int Test::Int::Unary::ManFlexUnary::off |
|
protected |
Offset for start times.
Definition at line 150 of file unary.cpp.
The documentation for this class was generated from the following file: