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

Method post

test/float/transcendental.cpp:223–225  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

221 }
222 /// Post constraint on \a x
223 virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) {
224 Gecode::log(home, base, x[0], x[1]);
225 }
226 };
227
228 /// %Test for logarithm base n constraint with shared variables

Callers

nothing calls this directly

Calls 1

logFunction · 0.50

Tested by

no test coverage detected