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

Method post

test/float/arithmetic.cpp:482–484  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

480 }
481 /// Post constraint on \a x
482 virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) {
483 Gecode::nroot(home, x[0], n, x[1]);
484 }
485 };
486
487 /// %Test for nroot constraint with shared variables

Callers

nothing calls this directly

Calls 1

nrootFunction · 0.50

Tested by

no test coverage detected