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

Function p_minimum

gecode/flatzinc/registry.cpp:1116–1119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1114 }
1115
1116 void p_minimum(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
1117 IntVarArgs iv = s.arg2intvarargs(ce[1]);
1118 min(s, iv, s.arg2IntVar(ce[0]), s.ann2ipl(ann));
1119 }
1120
1121 void p_maximum(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
1122 IntVarArgs iv = s.arg2intvarargs(ce[1]);

Callers

nothing calls this directly

Calls 4

arg2intvarargsMethod · 0.80
arg2IntVarMethod · 0.80
ann2iplMethod · 0.80
minFunction · 0.50

Tested by

no test coverage detected