Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ dropUntil
Method
dropUntil
test/float.cpp:196–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
void
197
TestSpace::dropUntil(const Assignment& a) {
198
for (int i = x.size(); i--; )
199
Gecode::rel(*this, x[i], Gecode::FRT_GQ, a[i].min());
200
}
201
202
bool
203
TestSpace::assigned(void) const {
Callers
1
run
Method · 0.80
Calls
3
rel
Function · 0.50
size
Method · 0.45
min
Method · 0.45
Tested by
no test coverage detected