Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ main
Function
main
contribs/quacode/examples/rndQCSP.cpp:180–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
};
179
180
int main(int argc, char* argv[])
181
{
182
183
RndQCSPOptions opt(
"RndQCSP Problem"
);
184
opt.parse(argc,argv);
185
Script::run<RndQCSP,QDFS,RndQCSPOptions>(opt);
186
187
return 0;
188
}
Callers
nothing calls this directly
Calls
1
parse
Method · 0.45
Tested by
no test coverage detected