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

Method post

test/float/arithmetic.cpp:654–656  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

652 }
653 /// Post constraint on \a x
654 virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) {
655 Gecode::max(home, x[0], x[0], x[1]);
656 }
657 };
658
659 /// %Test for binary maximum constraint with shared variables

Callers

nothing calls this directly

Calls 1

maxFunction · 0.50

Tested by

no test coverage detected