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

Method post

test/int/arithmetic.cpp:393–395  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

391 }
392 /// Post constraint on \a x
393 virtual void post(Gecode::Space& home, Gecode::IntVarArray& x) {
394 Gecode::nroot(home, x[0], n, x[0], ipl);
395 }
396 };
397
398 /// %Test for division/modulo constraint

Callers

nothing calls this directly

Calls 1

nrootFunction · 0.50

Tested by

no test coverage detected