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

Method post

test/float/arithmetic.cpp:702–704  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

700 }
701 /// Post constraint on \a x
702 virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) {
703 Gecode::max(home, x[0], x[0], x[0]);
704 }
705 };
706
707 /// %Test for n-ary minimmum constraint

Callers

nothing calls this directly

Calls 1

maxFunction · 0.50

Tested by

no test coverage detected