Test::Int::Arithmetic::MultXYX Class Reference
[Arithmetic constraints]
Test for multiplication constraint with shared variables More...
Public Member Functions | |
MultXYX (const std::string &s, const Gecode::IntSet &d, Gecode::IntConLevel icl) | |
Create and register test. | |
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. |
Detailed Description
Test for multiplication constraint with shared variables
Definition at line 87 of file arithmetic.cpp.
Constructor & Destructor Documentation
Test::Int::Arithmetic::MultXYX::MultXYX | ( | const std::string & | s, | |
const Gecode::IntSet & | d, | |||
Gecode::IntConLevel | icl | |||
) | [inline] |
Create and register test.
Definition at line 90 of file arithmetic.cpp.
Member Function Documentation
virtual bool Test::Int::Arithmetic::MultXYX::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
Test whether x is solution
Implements Test::Int::Test.
Definition at line 94 of file arithmetic.cpp.
virtual void Test::Int::Arithmetic::MultXYX::post | ( | Gecode::Space & | home, | |
Gecode::IntVarArray & | x | |||
) | [inline, virtual] |
The documentation for this class was generated from the following file:
- test/int/arithmetic.cpp (Revision: 10684)