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

Method post

test/int/precede.cpp:95–97  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

93 }
94 /// Post constraint on \a x
95 virtual void post(Gecode::Space& home, Gecode::IntVarArray& x) {
96 Gecode::precede(home, x, c);
97 }
98 };
99
100 Single _a(2, 3);

Callers

nothing calls this directly

Calls 1

precedeFunction · 0.50

Tested by

no test coverage detected