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

Method post

test/int/unary.cpp:84–86  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

82 }
83 /// Post constraint on \a x
84 virtual void post(Gecode::Space& home, Gecode::IntVarArray& x) {
85 Gecode::unary(home, x, p, ipl);
86 }
87 };
88
89 /// %Test for unary constraint with optional tasks

Callers

nothing calls this directly

Calls 1

unaryFunction · 0.85

Tested by

no test coverage detected