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

Method post

test/set/int.cpp:143–145  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

141 }
142 /// Post constraint on \a x
143 virtual void post(Space& home, SetVarArray& x, IntVarArray& y) {
144 Gecode::max(home, x[0], y[0]);
145 }
146 /// Post reified constraint on \a x
147 virtual void post(Space& home, SetVarArray& x, IntVarArray& y,
148 Reify r) {

Callers

nothing calls this directly

Calls 1

maxFunction · 0.50

Tested by

no test coverage detected