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

Method post

test/int/nvalues.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::nvalues(home, x, irt, m);
89 }
90 };
91
92 /// %Test number of values of integer variables equal to integer variable

Callers

nothing calls this directly

Calls 1

nvaluesFunction · 0.85

Tested by

no test coverage detected