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

Method post

test/set/precede.cpp:115–118  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

113 }
114 /// Post constraint on \a x
115 virtual void post(Gecode::Space& home, Gecode::SetVarArray& x,
116 Gecode::IntVarArray&) {
117 Gecode::precede(home, x, c);
118 }
119 };
120
121 Single _a(2, 3);

Callers

nothing calls this directly

Calls 1

precedeFunction · 0.50

Tested by

no test coverage detected