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

Method norun

gecode/int/unary/task.hpp:118–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 return _s.lq(home,n-_p);
117 }
118 forceinline ModEvent
119 ManFixPTask::norun(Space& home, int e, int l) {
120 if (e <= l) {
121 Iter::Ranges::Singleton r(e-_p+1,l);
122 return _s.minus_r(home,r,false);
123 } else {
124 return ME_INT_NONE;
125 }
126 }
127
128
129 forceinline ModEvent

Callers 2

timetablingFunction · 0.45
ExecStatus timetablingFunction · 0.45

Calls 5

me_failedFunction · 0.85
minus_rMethod · 0.45
grMethod · 0.45
lqMethod · 0.45
minMethod · 0.45

Tested by

no test coverage detected