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

Method post

test/afc.cpp:58–60  ·  view source on GitHub ↗

Post arbitrary propagator

Source from the content-addressed store, hash-verified

56 }
57 /// Post arbitrary propagator
58 void post(void) {
59 Gecode::rel(*this, x, Gecode::IRT_LE, y);
60 }
61 /// Copy during cloning
62 virtual Space* copy(void) {
63 return new TestSpace(*this);

Callers 1

runMethod · 0.45

Calls 1

relFunction · 0.50

Tested by

no test coverage detected