Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setup
Method · 0.45
post
Method · 0.45
post
Method · 0.45
post
Method · 0.45
post
Method · 0.45
SudokuInt
Method · 0.45
block_col
Method · 0.45
block_row
Method · 0.45
Alpha
Method · 0.45
Sudoku
Method · 0.45
p_bin_packing_load
Function · 0.45
p_global_cardinality
Function · 0.45
Calls
1
value
Method · 0.45
Tested by
no test coverage detected