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

Method reset

test/int.hpp:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324 IntRelTypes::IntRelTypes(void)
325 : i(sizeof(irts)/sizeof(Gecode::IntRelType)-1) {}
326 inline void
327 IntRelTypes::reset(void) {
328 i = sizeof(irts)/sizeof(Gecode::IntRelType)-1;
329 }
330 inline bool
331 IntRelTypes::operator()(void) const {
332 return i>=0;

Callers 4

solutionMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
commitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected