MCPcopy 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

GolfMethod · 0.80
mainFunction · 0.80
SteinerMethod · 0.80
mainFunction · 0.80
ColoredMatrixMethod · 0.80
mainFunction · 0.80
BinPackingMethod · 0.80
mainFunction · 0.80
MoneyMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
GraphColorMethod · 0.80

Calls 2

valueMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected