Test::Int::Circuit::CircuitFullCost Class Reference
[Circuit constraints]
Simple test for circuit constraint with full cost information. More...
Public Member Functions | |
CircuitFullCost (int n, int min, int max, int off, Gecode::IntConLevel icl) | |
Create and register test. | |
virtual bool | solution (const Assignment &x) const |
Check whether x is solution. | |
virtual void | post (Gecode::Space &home, Gecode::IntVarArray &x) |
Post circuit constraint on x. |
Detailed Description
Simple test for circuit constraint with full cost information.
Definition at line 261 of file circuit.cpp.
Constructor & Destructor Documentation
Test::Int::Circuit::CircuitFullCost::CircuitFullCost | ( | int | n, | |
int | min, | |||
int | max, | |||
int | off, | |||
Gecode::IntConLevel | icl | |||
) | [inline] |
Create and register test.
Definition at line 267 of file circuit.cpp.
Member Function Documentation
virtual bool Test::Int::Circuit::CircuitFullCost::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
Check whether x is solution.
Implements Test::Int::Test.
Definition at line 274 of file circuit.cpp.
virtual void Test::Int::Circuit::CircuitFullCost::post | ( | Gecode::Space & | home, | |
Gecode::IntVarArray & | x | |||
) | [inline, virtual] |
Post circuit constraint on x.
Implements Test::Int::Test.
Definition at line 298 of file circuit.cpp.
The documentation for this class was generated from the following file:
- test/int/circuit.cpp (Revision: 12036)