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

Method post

test/set/int.cpp:78–80  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

76 }
77 /// Post constraint on \a x
78 virtual void post(Space& home, SetVarArray& x, IntVarArray& y) {
79 Gecode::cardinality(home, x[0], y[0]);
80 }
81 /// Post reified constraint on \a x
82 virtual void post(Space& home, SetVarArray& x, IntVarArray& y,
83 Reify r) {

Callers

nothing calls this directly

Calls 1

cardinalityFunction · 0.50

Tested by

no test coverage detected