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

Method propagators

test/int.cpp:413–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411 }
412
413 unsigned int
414 TestSpace::propagators(void) {
415 return Gecode::PropagatorGroup::all.size(*this);
416 }
417
418 const Gecode::IntPropLevel IntPropLevels::ipls[] =
419 {Gecode::IPL_DOM,Gecode::IPL_BND,Gecode::IPL_VAL};

Callers 2

runMethod · 0.45
nextMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected