Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ main
Function
main
contribs/quacode/examples/qbf.cpp:210–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
};
209
210
int main(int argc, char* argv[])
211
{
212
213
QBFOptions opt(
"Non CNF, Non Prenex, Quantified Boolean Problem"
,0,true);
214
opt.parse(argc,argv);
215
Script::run<QBFProblem,QDFS,QBFOptions>(opt);
216
217
return 0;
218
}
Callers
nothing calls this directly
Calls
1
parse
Method · 0.45
Tested by
no test coverage detected