Generated on Tue Jan 19 2021 06:15:49 for Gecode by doxygen 1.8.13

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

◆ RelTest

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 533 of file view.hpp.

Function Documentation

◆ rtest_eq() [1/2]

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

Test whether views x and y are equal.

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

◆ rtest_eq() [2/2]

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 47 of file rel-test.hpp.

◆ rtest_lq() [1/2]

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 54 of file rel-test.hpp.

◆ rtest_lq() [2/2]

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 62 of file rel-test.hpp.

◆ rtest_le() [1/2]

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 70 of file rel-test.hpp.

◆ rtest_le() [2/2]

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 78 of file rel-test.hpp.