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

Method post

test/int/element.cpp:87–89  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

85 }
86 /// Post constraint on \a x
87 virtual void post(Gecode::Space& home, Gecode::IntVarArray& x) {
88 Gecode::element(home, c, x[0], r);
89 }
90 };
91
92 /// %Test for element with integer array and single shared integer variable

Callers

nothing calls this directly

Calls 1

elementFunction · 0.50

Tested by

no test coverage detected