We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MiniZinc seems to have an option:
--time-limit <ms> Stop after <ms> milliseconds (includes compilation and solving).
see here.
There is also:
--output-time Print timing information in the FlatZinc solution stream.
though maybe we can just time the MiniZinc run time using Julia.
CC @odow
The text was updated successfully, but these errors were encountered:
This is likely a lot easier
Sorry, something went wrong.
Let me take a crack
odow
Successfully merging a pull request may close this issue.
MiniZinc seems to have an option:
see here.
There is also:
though maybe we can just time the MiniZinc run time using Julia.
CC @odow
The text was updated successfully, but these errors were encountered: