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

Method help

contribs/quacode/examples/qdimacs.cpp:101–105  ·  view source on GitHub ↗

Print help message

Source from the content-addressed store, hash-verified

99 }
100 /// Print help message
101 virtual void help(void) {
102 Options::help();
103 std::cerr << "\t(string) " << std::endl
104 << "\t\tqdimacs file to parse (.cnf)" << std::endl;
105 }
106};
107
108/**

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected