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

Method cardinality

test/set.cpp:222–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 }
221
222 void
223 SetTestSpace::cardinality(int i, int cmin, int cmax) {
224 if (opt.log) {
225 olog << ind(4) << cmin << " <= #(x[" << i << "]) <= " << cmax
226 << std::endl;
227 }
228 Gecode::cardinality(*this, x[i], cmin, cmax);
229 }
230
231 void
232 SetTestSpace::rel(int i, Gecode::IntRelType irt, int n) {

Callers 1

disabledMethod · 0.80

Calls 2

indClass · 0.85
cardinalityFunction · 0.50

Tested by

no test coverage detected