Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ assigned
Method
assigned
test/float.cpp:202–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
}
201
202
bool
203
TestSpace::assigned(void) const {
204
for (int i=x.size(); i--; )
205
if (!x[i].assigned())
206
return false;
207
return true;
208
}
209
210
bool
211
TestSpace::matchAssignment(const Assignment& a) const {
Callers
4
bound
Method · 0.45
cut
Method · 0.45
prune
Method · 0.45
run
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected