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

Method post

test/float/transcendental.cpp:89–91  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

87 }
88 /// Post constraint on \a x
89 virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) {
90 Gecode::exp(home, x[0], x[1]);
91 }
92 };
93
94 /// %Test for exponent constraint with shared variables

Callers

nothing calls this directly

Calls 1

expFunction · 0.50

Tested by

no test coverage detected