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

Function p_float_lin_lt_reif

gecode/flatzinc/registry.cpp:2244–2247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2242 p_float_lin_cmp_reif(s,FRT_LQ,ce,ann);
2243 }
2244 void p_float_lin_lt_reif(FlatZincSpace& s, const ConExpr& ce,
2245 AST::Node* ann) {
2246 p_float_lin_cmp_reif(s,FRT_LE,ce,ann);
2247 }
2248
2249 void p_float_times(FlatZincSpace& s, const ConExpr& ce, AST::Node*) {
2250 FloatVar x = s.arg2FloatVar(ce[0]);

Callers

nothing calls this directly

Calls 1

p_float_lin_cmp_reifFunction · 0.85

Tested by

no test coverage detected