Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
value
Method · 0.45
Tested by
no test coverage detected