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

Function p_precede

gecode/flatzinc/registry.cpp:1609–1614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1607 }
1608
1609 void p_precede(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
1610 IntVarArgs x = s.arg2intvarargs(ce[0]);
1611 int p_s = ce[1]->getInt();
1612 int p_t = ce[2]->getInt();
1613 precede(s,x,p_s,p_t,s.ann2ipl(ann));
1614 }
1615
1616 void p_nvalue(FlatZincSpace& s, const ConExpr& ce, AST::Node* ann) {
1617 IntVarArgs x = s.arg2intvarargs(ce[1]);

Callers

nothing calls this directly

Calls 4

arg2intvarargsMethod · 0.80
getIntMethod · 0.80
ann2iplMethod · 0.80
precedeFunction · 0.50

Tested by

no test coverage detected