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

Method post

test/int/count.cpp:244–246  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

242 }
243 /// Post constraint on \a x
244 virtual void post(Gecode::Space& home, Gecode::IntVarArray& x) {
245 Gecode::count(home, x, 0, irt, x[2]);
246 }
247 };
248
249 /// %Test number of equal variables equal to integer variable

Callers

nothing calls this directly

Calls 1

countFunction · 0.50

Tested by

no test coverage detected