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

Method post

test/float/arithmetic.cpp:429–431  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

427 }
428 /// Post constraint on \a x
429 virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) {
430 Gecode::pow(home, x[0], n, x[0]);
431 }
432 };
433
434 /// %Test for nroot constraint

Callers

nothing calls this directly

Calls 1

powFunction · 0.50

Tested by

no test coverage detected