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

Method solutions

gecode/driver/options.hpp:311–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309 }
310
311 inline void
312 Options::solutions(unsigned long long int n) {
313 _solutions.value(n);
314 }
315 inline unsigned long long int
316 Options::solutions(void) const {
317 return _solutions.value();

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected