Test::Int::NoOverlap::Var2 Class Reference
[No-overlap constraints]
Test for no-overlap with variable dimensions (rectangles) More...
Public Member Functions | |
Var2 (int m, int n) | |
Create and register test with maximal value m and n rectangles. | |
virtual bool | solution (const Assignment &xwyh) const |
Test whether xwyh is solution | |
virtual void | post (Gecode::Space &home, Gecode::IntVarArray &xwyh) |
Post constraint on xwyh. |
Detailed Description
Test for no-overlap with variable dimensions (rectangles)
Definition at line 136 of file no-overlap.cpp.
Constructor & Destructor Documentation
Test::Int::NoOverlap::Var2::Var2 | ( | int | m, | |
int | n | |||
) | [inline] |
Create and register test with maximal value m and n rectangles.
Definition at line 139 of file no-overlap.cpp.
Member Function Documentation
virtual bool Test::Int::NoOverlap::Var2::solution | ( | const Assignment & | xwyh | ) | const [inline, virtual] |
Test whether xwyh is solution
Implements Test::Int::Test.
Definition at line 142 of file no-overlap.cpp.
virtual void Test::Int::NoOverlap::Var2::post | ( | Gecode::Space & | home, | |
Gecode::IntVarArray & | xwyh | |||
) | [inline, virtual] |
The documentation for this class was generated from the following file:
- test/int/no-overlap.cpp (Revision: 12192)