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

Method post

test/int/count.cpp:64–66  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

62 }
63 /// Post constraint on \a x
64 virtual void post(Gecode::Space& home, Gecode::IntVarArray& x) {
65 Gecode::count(home, x, 0, irt, 2);
66 }
67 };
68
69 /// %Test number of integers contained in an integer set equal to integer

Callers

nothing calls this directly

Calls 1

countFunction · 0.50

Tested by

no test coverage detected