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

Method post

test/set.cpp:169–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 }
168
169 void
170 SetTestSpace::post(void) {
171 if (reified){
172 test->post(*this,x,y,r);
173 if (opt.log)
174 olog << ind(3) << "Posting reified propagator" << std::endl;
175 } else {
176 test->post(*this,x,y);
177 if (opt.log)
178 olog << ind(3) << "Posting propagator" << std::endl;
179 }
180 }
181
182 bool
183 SetTestSpace::failed(void) {

Callers 2

fixprobMethod · 0.45
runMethod · 0.45

Calls 1

indClass · 0.85

Tested by

no test coverage detected