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

Method post

test/float/transcendental.cpp:192–194  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

190 }
191 /// Post constraint on \a x
192 virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) {
193 Gecode::log(home, base, x[0], x[1]);
194 }
195 };
196
197 /// %Test for logarithm base n constraint where solution is ensured

Callers

nothing calls this directly

Calls 1

logFunction · 0.50

Tested by

no test coverage detected