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

Method assigned

test/int.cpp:135–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 bool
136 TestSpace::assigned(void) const {
137 for (int i=x.size(); i--; )
138 if (!x[i].assigned())
139 return false;
140 return true;
141 }
142
143 void
144 TestSpace::post(void) {

Callers 8

rndvarMethod · 0.45
pruneMethod · 0.45
runMethod · 0.45
cMethod · 0.45
runMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
c4HeuristicMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected