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

Method verbose

examples/job-shop.cpp:221–223  ·  view source on GitHub ↗

Return whether to print schedule

Source from the content-addressed store, hash-verified

219 }
220 /// Return whether to print schedule
221 bool verbose(void) const {
222 return _verbose.value();
223 }
224 /// Return number of probes
225 unsigned int probes(void) const {
226 return _probes.value();

Callers 1

printMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected