MCPcopy Create free account
hub / github.com/Gecode/gecode / in

Function in

gecode/third-party/boost/numeric/interval/utility.hpp:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117template<class T, class Policies> inline
118bool in(const T& x, const interval<T, Policies>& y)
119{
120 if (interval_lib::detail::test_input(x, y)) return false;
121 return y.lower() <= x && x <= y.upper();
122}
123
124template<class T, class Policies> inline
125bool subset(const interval<T, Policies>& x,

Callers 6

inMethod · 0.50
sizeMethod · 0.50
killMethod · 0.50
disableMethod · 0.50
enableMethod · 0.50
cbssizeFunction · 0.50

Calls 3

test_inputFunction · 0.85
lowerMethod · 0.45
upperMethod · 0.45

Tested by

no test coverage detected