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

Method post

test/float/arithmetic.cpp:587–589  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

585 }
586 /// Post constraint on \a x
587 virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) {
588 Gecode::min(home, x[0], x[1], x[0]);
589 }
590 };
591
592 /// %Test for binary minimum constraint with shared variables

Callers

nothing calls this directly

Calls 1

minFunction · 0.50

Tested by

no test coverage detected