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

Test::Float::Transcendental::LogXYSol Class Reference

Test for logarithm constraint where solution is ensured More...

List of all members.

Public Member Functions

 LogXYSol (const std::string &s, const Gecode::FloatVal &d, Gecode::FloatNum st)
 Create and register test.
virtual MaybeType solution (const Assignment &x) const
 Test whether x is solution
virtual bool extendAssignement (Assignment &x) const
 Extend assignment x.
virtual void post (Gecode::Space &home, Gecode::FloatVarArray &x)
 Post constraint on x.

Detailed Description

Test for logarithm constraint where solution is ensured

Definition at line 132 of file transcendental.cpp.


Constructor & Destructor Documentation

Test::Float::Transcendental::LogXYSol::LogXYSol ( const std::string &  s,
const Gecode::FloatVal d,
Gecode::FloatNum  st 
) [inline]

Create and register test.

Definition at line 135 of file transcendental.cpp.


Member Function Documentation

virtual MaybeType Test::Float::Transcendental::LogXYSol::solution ( const Assignment x  )  const [inline, virtual]

Test whether x is solution

Implements Test::Float::Test.

Definition at line 138 of file transcendental.cpp.

virtual bool Test::Float::Transcendental::LogXYSol::extendAssignement ( Assignment x  )  const [inline, virtual]

Extend assignment x.

Reimplemented from Test::Float::Test.

Definition at line 144 of file transcendental.cpp.

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

Post constraint on x.

Implements Test::Float::Test.

Definition at line 155 of file transcendental.cpp.


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