MCPcopy 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

runMethod · 0.80

Calls 3

relFunction · 0.50
sizeMethod · 0.45
minMethod · 0.45

Tested by

no test coverage detected