Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ model
Method
model
gecode/driver/options.hpp:205–208 ·
view source on GitHub ↗
* Model options * */
Source
from the content-addressed store, hash-verified
203
*
204
*/
205
inline void
206
Options::model(int v) {
207
_model.value(v);
208
}
209
inline void
210
Options::model(int v, const char* o, const char* h) {
211
_model.add(v,o,h);
Callers
15
Golf
Method · 0.80
main
Function · 0.80
Steiner
Method · 0.80
main
Function · 0.80
ColoredMatrix
Method · 0.80
main
Function · 0.80
BinPacking
Method · 0.80
main
Function · 0.80
Money
Method · 0.80
main
Function · 0.80
main
Function · 0.80
GraphColor
Method · 0.80
Calls
2
value
Method · 0.45
add
Method · 0.45
Tested by
no test coverage detected