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

Function p_float_lin_eq

gecode/flatzinc/registry.cpp:2227–2229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2225 linear(s, fa, fv, frt, ce[2]->getFloat(), s.arg2BoolVar(ce[3]));
2226 }
2227 void p_float_lin_eq(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
2228 p_float_lin_cmp(s,FRT_EQ,ce,ann);
2229 }
2230 void p_float_lin_eq_reif(FlatZincSpace& s, const ConExpr& ce,
2231 AST::Node* ann) {
2232 p_float_lin_cmp_reif(s,FRT_EQ,ce,ann);

Callers

nothing calls this directly

Calls 1

p_float_lin_cmpFunction · 0.85

Tested by

no test coverage detected