MCPcopy 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

boundMethod · 0.45
cutMethod · 0.45
pruneMethod · 0.45
runMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected