-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command line interface for the solver #14
Comments
Committed first skeleton of the tool. |
The core is done. I'm particularly concerned that
It should print nothing.
It should shout at you. |
To run it:
|
To run the tool on all problems and with all power phrases:
|
To run all and submit:
The log contains at the end the scores and the total runtime. To see the runtime of each problem instance:
Problematic runs have 0 score:
|
The one that supports all the flags organizers require to support (like -p, -c and whatnot)
Obviously, requires a solver.
But it would be nice to have a skeleton in advance. One that parses all the flags and inputs, and outputs dummy solution (in the correct format and all).
The text was updated successfully, but these errors were encountered: