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

Method post

test/float/trigonometric.cpp:211–213  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

209 }
210 /// Post constraint on \a x
211 virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) {
212 Gecode::tan(home, x[0], x[1]);
213 }
214 };
215
216 /// %Test for tangent constraint with shared variables

Callers

nothing calls this directly

Calls 1

tanFunction · 0.50

Tested by

no test coverage detected