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

Method allSolutions

gecode/flatzinc.hh:344–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342
343 int solutions(void) const { return _solutions.value(); }
344 bool allSolutions(void) const { return _allSolutions.value(); }
345 double threads(void) const { return _threads.value(); }
346 bool free(void) const { return _free.value(); }
347 unsigned int c_d(void) const { return _c_d.value(); }

Callers 2

runMethod · 0.80
runMetaMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected