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

Method post

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

Source from the content-addressed store, hash-verified

141 }
142
143 void
144 TestSpace::post(void) {
145 if (reified){
146 test->post(*this,x,r);
147 if (opt.log)
148 olog << ind(3) << "Posting reified propagator" << std::endl;
149 } else {
150 test->post(*this,x);
151 if (opt.log)
152 olog << ind(3) << "Posting propagator" << std::endl;
153 }
154 }
155
156 bool
157 TestSpace::failed(void) {

Callers 3

pruneMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls 1

indClass · 0.85

Tested by

no test coverage detected