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

Method post

test/int/sequence.cpp:114–116  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

112
113 /// Post constraint on \a x
114 virtual void post(Gecode::Space& home, Gecode::IntVarArray& x) {
115 Gecode::sequence(home,x,s,q,l,u);
116 }
117 };
118
119 /// Help class to create and register tests

Callers

nothing calls this directly

Calls 1

sequenceFunction · 0.50

Tested by

no test coverage detected