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

Method post

test/float/transcendental.cpp:105–107  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

103 }
104 /// Post constraint on \a x
105 virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) {
106 Gecode::exp(home, x[0], x[0]);
107 }
108 };
109
110 /// %Test for logarithm constraint

Callers

nothing calls this directly

Calls 1

expFunction · 0.50

Tested by

no test coverage detected