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

Method post

test/set/precede.cpp:81–84  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

79 }
80 /// Post constraint on \a x
81 virtual void post(Gecode::Space& home, Gecode::SetVarArray& x,
82 Gecode::IntVarArray&) {
83 Gecode::precede(home, x, s, t);
84 }
85 };
86
87 /// %Test for multiple value precedence constraint

Callers

nothing calls this directly

Calls 1

precedeFunction · 0.50

Tested by

no test coverage detected