Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ reschedule
Method
reschedule
gecode/int/linear/bool-int.hpp:171–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
170
template<class VX>
171
void
172
GqBoolInt<VX>::reschedule(Space& home) {
173
int n = x.size()-n_hs+n_as;
174
if ((c <= 0) || (c >= n))
175
VX::schedule(home,*this,ME_INT_VAL);
176
}
177
178
template<class VX>
179
ExecStatus
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected