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

Method post

test/set/sequence.cpp:73–75  ·  view source on GitHub ↗

Post constraint on \a x

Source from the content-addressed store, hash-verified

71 }
72 /// Post constraint on \a x
73 virtual void post(Space& home, SetVarArray& x, IntVarArray&) {
74 Gecode::sequence(home, x);
75 }
76 };
77 Sequence _sequence("Sequence::Sequence");
78

Callers

nothing calls this directly

Calls 1

sequenceFunction · 0.50

Tested by

no test coverage detected