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

Method post

test/int/dom.cpp:141–143  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

139 }
140 /// Post constraint on \a x
141 virtual void post(Gecode::Space& home, Gecode::IntVarArray&) {
142 home.fail();
143 }
144 /// Post reified constraint on \a x for \a r
145 virtual void post(Gecode::Space& home, Gecode::IntVarArray& x,
146 Gecode::Reify r) {

Callers

nothing calls this directly

Calls 2

domFunction · 0.50
failMethod · 0.45

Tested by

no test coverage detected