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

Method post

test/float/trigonometric.cpp:426–428  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

424 }
425 /// Post constraint on \a x
426 virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) {
427 Gecode::atan(home, x[0], x[0]);
428 }
429 };
430
431 const Gecode::FloatNum step = 0.15;

Callers

nothing calls this directly

Calls 1

atanFunction · 0.50

Tested by

no test coverage detected