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

Method post

test/int/arithmetic.cpp:126–128  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

124 }
125 /// Post constraint on \a x
126 virtual void post(Gecode::Space& home, Gecode::IntVarArray& x) {
127 Gecode::mult(home, x[0], x[1], x[1], ipl);
128 }
129 };
130
131 /// %Test for multiplication constraint with shared variables

Callers

nothing calls this directly

Calls 1

multFunction · 0.50

Tested by

no test coverage detected