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

Function p_precede_set

gecode/flatzinc/registry.cpp:2143–2148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2141 }
2142
2143 void p_precede_set(FlatZincSpace& s, const ConExpr& ce, AST::Node*) {
2144 SetVarArgs x = s.arg2setvarargs(ce[0]);
2145 int p_s = ce[1]->getInt();
2146 int p_t = ce[2]->getInt();
2147 precede(s,x,p_s,p_t);
2148 }
2149
2150 class SetPoster {
2151 public:

Callers

nothing calls this directly

Calls 3

arg2setvarargsMethod · 0.80
getIntMethod · 0.80
precedeFunction · 0.50

Tested by

no test coverage detected