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

Method parse

examples/colored-matrix.cpp:70–72  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

68
69 /// Parse options from arguments \a argv (number is \a argc)
70 void parse(int& argc, char* argv[]) {
71 Options::parse(argc,argv);
72 }
73
74 /// Return height
75 int height(void) const {

Callers 1

mainFunction · 0.45

Calls 1

parseFunction · 0.85

Tested by

no test coverage detected