Generated on Thu Apr 11 14:00:19 2019 for Gecode by doxygen 1.6.3

Test::Int::MiniModelLin::LinExprInt Class Reference
[Minimal modeling constraints (linear constraints)]

Test linear expressions over integer variables More...

List of all members.

Public Member Functions

 LinExprInt (const LinInstr *lis0, const std::string &s)
 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.

Protected Attributes

const LinInstrlis
 Linear instruction sequence.

Detailed Description

Test linear expressions over integer variables

Definition at line 94 of file mm-lin.cpp.


Constructor & Destructor Documentation

Test::Int::MiniModelLin::LinExprInt::LinExprInt ( const LinInstr lis0,
const std::string &  s 
) [inline]

Create and register test.

Definition at line 100 of file mm-lin.cpp.


Member Function Documentation

virtual bool Test::Int::MiniModelLin::LinExprInt::solution ( const Assignment x  )  const [inline, virtual]

Test whether x is solution

Implements Test::Int::Test.

Definition at line 105 of file mm-lin.cpp.

virtual void Test::Int::MiniModelLin::LinExprInt::post ( Gecode::Space home,
Gecode::IntVarArray x 
) [inline, virtual]

Post constraint on x.

Implements Test::Int::Test.

Definition at line 110 of file mm-lin.cpp.


Member Data Documentation

Linear instruction sequence.

Definition at line 97 of file mm-lin.cpp.


The documentation for this class was generated from the following file: