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

Method has_more

test/float.hpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 dsv[i] = FloatVal(d.min(),nextafter(d.min(),d.max()));
62 }
63 inline bool
64 CpltAssignment::has_more() const {
65 return dsv[0].min() <= d.max();
66 }
67 inline Gecode::FloatVal
68 CpltAssignment::operator[](int i) const {
69 assert((i>=0) && (i<n));

Callers

nothing calls this directly

Calls 2

minMethod · 0.45
maxMethod · 0.45

Tested by

no test coverage detected