Generated on Sat Feb 7 2015 02:01:35 for Gecode by doxygen 1.8.9.1

Enumerations

enum  Gecode::Float::RelTest { Gecode::Float::RT_FALSE = 0, Gecode::Float::RT_MAYBE = 1, Gecode::Float::RT_TRUE = 2 }
 Result of testing relation. More...
 

Functions

template<class View >
RelTest Gecode::Float::rtest_eq (View x, View y)
 Test whether views x and y are equal. More...
 
template<class View >
RelTest Gecode::Float::rtest_eq (View x, FloatVal n)
 Test whether view x and Float n are equal. More...
 
template<class View >
RelTest Gecode::Float::rtest_lq (View x, View y)
 Test whether view x is less or equal than view y. More...
 
template<class View >
RelTest Gecode::Float::rtest_lq (View x, FloatVal n)
 Test whether view x is less or equal than float n. More...
 
template<class View >
RelTest Gecode::Float::rtest_le (View x, View y)
 Test whether view x is less than view y. More...
 
template<class View >
RelTest Gecode::Float::rtest_le (View x, FloatVal n)
 Test whether view x is less or equal than float n. More...
 

Detailed Description

Enumeration Type Documentation

Result of testing relation.

Enumerator
RT_FALSE 

Relation does not hold.

RT_MAYBE 

Relation may hold or not.

RT_TRUE 

Relation does hold.

Definition at line 495 of file view.hpp.

Function Documentation

template<class View >
RelTest Gecode::Float::rtest_eq ( View  x,
View  y 
)
inline

Test whether views x and y are equal.

Definition at line 44 of file rel-test.hpp.

template<class View >
RelTest Gecode::Float::rtest_eq ( View  x,
FloatVal  n 
)
inline

Test whether view x and Float n are equal.

Definition at line 51 of file rel-test.hpp.

template<class View >
RelTest Gecode::Float::rtest_lq ( View  x,
View  y 
)
inline

Test whether view x is less or equal than view y.

Definition at line 58 of file rel-test.hpp.

template<class View >
RelTest Gecode::Float::rtest_lq ( View  x,
FloatVal  n 
)
inline

Test whether view x is less or equal than float n.

Definition at line 66 of file rel-test.hpp.

template<class View >
RelTest Gecode::Float::rtest_le ( View  x,
View  y 
)
inline

Test whether view x is less than view y.

Definition at line 74 of file rel-test.hpp.

template<class View >
RelTest Gecode::Float::rtest_le ( View  x,
FloatVal  n 
)
inline

Test whether view x is less or equal than float n.

Definition at line 82 of file rel-test.hpp.