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

Function p_int_min

gecode/flatzinc/registry.cpp:485–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483 }
484
485 void p_int_min(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
486 IntVar x0 = s.arg2IntVar(ce[0]);
487 IntVar x1 = s.arg2IntVar(ce[1]);
488 IntVar x2 = s.arg2IntVar(ce[2]);
489 min(s, x0, x1, x2, s.ann2ipl(ann));
490 }
491 void p_int_max(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
492 IntVar x0 = s.arg2IntVar(ce[0]);
493 IntVar x1 = s.arg2IntVar(ce[1]);

Callers

nothing calls this directly

Calls 3

arg2IntVarMethod · 0.80
ann2iplMethod · 0.80
minFunction · 0.50

Tested by

no test coverage detected