Generated on Tue May 22 09:41:54 2018 for Gecode by doxygen 1.6.3

Test::Int::Bool::BinXXY Class Reference
[Boolean constraints]

Test for binary Boolean operation with shared variables More...

List of all members.

Public Member Functions

 BinXXY (Gecode::BoolOpType op0)
 Construct 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 constraint.

Protected Attributes

Gecode::BoolOpType op
 Boolean operation type for test.

Detailed Description

Test for binary Boolean operation with shared variables

Definition at line 85 of file bool.cpp.


Constructor & Destructor Documentation

Test::Int::Bool::BinXXY::BinXXY ( Gecode::BoolOpType  op0  )  [inline]

Construct and register test.

Definition at line 91 of file bool.cpp.


Member Function Documentation

virtual bool Test::Int::Bool::BinXXY::solution ( const Assignment x  )  const [inline, virtual]

Check whether x is solution.

Implements Test::Int::Test.

Definition at line 94 of file bool.cpp.

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

Post constraint.

Implements Test::Int::Test.

Definition at line 98 of file bool.cpp.


Member Data Documentation

Boolean operation type for test.

Definition at line 88 of file bool.cpp.


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