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

Method parse

examples/car-sequencing.cpp:71–73  ·  view source on GitHub ↗

Parse options from arguments \a argv (number is \a argc)

Source from the content-addressed store, hash-verified

69 }
70 /// Parse options from arguments \a argv (number is \a argc)
71 void parse(int& argc, char* argv[]) {
72 SizeOptions::parse(argc,argv);
73 }
74 /// Get max stalls
75 int maxstall(void) const { return _maxstall.value(); }
76 };

Callers 1

mainFunction · 0.45

Calls 1

parseFunction · 0.85

Tested by

no test coverage detected