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

Method slice

gecode/driver/options.hpp:392–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390 }
391
392 inline void
393 Options::slice(unsigned int n) {
394 _slice.value(n);
395 }
396 inline unsigned int
397 Options::slice(void) const {
398 return _slice.value();

Callers 15

setupMethod · 0.45
postMethod · 0.45
postMethod · 0.45
postMethod · 0.45
postMethod · 0.45
SudokuIntMethod · 0.45
block_colMethod · 0.45
block_rowMethod · 0.45
AlphaMethod · 0.45
SudokuMethod · 0.45
p_bin_packing_loadFunction · 0.45
p_global_cardinalityFunction · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected