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

Method post

test/float/transcendental.cpp:155–157  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

153 }
154 /// Post constraint on \a x
155 virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) {
156 Gecode::log(home, x[0], x[1]);
157 }
158 };
159
160 /// %Test for logarithm constraint with shared variables

Callers

nothing calls this directly

Calls 1

logFunction · 0.50

Tested by

no test coverage detected