Generated on Wed Nov 5 2014 05:18:35 for Gecode by doxygen 1.7.6.1
Testing relations between float views

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.
template<class View >
RelTest Gecode::Float::rtest_eq (View x, FloatVal n)
 Test whether view x and Float n are equal.
template<class View >
RelTest Gecode::Float::rtest_lq (View x, View y)
 Test whether view x is less or equal than view y.
template<class View >
RelTest Gecode::Float::rtest_lq (View x, FloatVal n)
 Test whether view x is less or equal than float n.
template<class View >
RelTest Gecode::Float::rtest_le (View x, View y)
 Test whether view x is less than view y.
template<class View >
RelTest Gecode::Float::rtest_le (View x, FloatVal n)
 Test whether view x is less or equal than float n.

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.