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

Method post

test/float/transcendental.cpp:291–293  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

289 }
290 /// Post constraint on \a x
291 virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) {
292 Gecode::pow(home, base, x[0], x[1]);
293 }
294 };
295
296 /// %Test for pow exponent n constraint with shared variables

Callers

nothing calls this directly

Calls 1

powFunction · 0.50

Tested by

no test coverage detected