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

Function p_schedule_unary

gecode/flatzinc/registry.cpp:1526–1531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1524 }
1525
1526 void p_schedule_unary(FlatZincSpace& s, const ConExpr& ce, AST::Node*) {
1527 IntVarArgs x = s.arg2intvarargs(ce[0]);
1528 IntArgs p = s.arg2intargs(ce[1]);
1529 unshare(s,x);
1530 unary(s, x, p);
1531 }
1532
1533 void p_schedule_unary_optional(FlatZincSpace& s, const ConExpr& ce,
1534 AST::Node*) {

Callers

nothing calls this directly

Calls 4

unshareFunction · 0.85
unaryFunction · 0.85
arg2intvarargsMethod · 0.80
arg2intargsMethod · 0.80

Tested by

no test coverage detected