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

Test::Float::Channel::Bool Class Reference

Test channel between float and Boolean More...

List of all members.

Public Member Functions

 Bool (Gecode::FloatNum st)
 Construct and register test.
virtual MaybeType solution (const Assignment &x) const
 Check whether x is solution.
virtual void post (Gecode::Space &home, Gecode::FloatVarArray &x)
 Post constraint on x.

Detailed Description

Test channel between float and Boolean

Definition at line 68 of file channel.cpp.


Constructor & Destructor Documentation

Test::Float::Channel::Bool::Bool ( Gecode::FloatNum  st  )  [inline]

Construct and register test.

Definition at line 71 of file channel.cpp.


Member Function Documentation

virtual MaybeType Test::Float::Channel::Bool::solution ( const Assignment x  )  const [inline, virtual]

Check whether x is solution.

Implements Test::Float::Test.

Definition at line 74 of file channel.cpp.

virtual void Test::Float::Channel::Bool::post ( Gecode::Space home,
Gecode::FloatVarArray x 
) [inline, virtual]

Post constraint on x.

Implements Test::Float::Test.

Definition at line 81 of file channel.cpp.


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