-
Notifications
You must be signed in to change notification settings - Fork 16
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
confusing documentation of --opt-heuristic
#93
Comments
I went with: --opt-heuristic=<list> : Enable optimization heuristic
<list>: {sign|model}
sign : Prefer signs minimizing objective
model: Assume literals minimizing objective after each model Does this work for you?
You can pass all supported "off" values ( |
Sure was a small nitpick anyway. Was just pointing someone at the option and stumbled over the description.
Perfect, Thanks! |
Clasp reports:
What about
It is also a bit unclear how to pass an empty list. It seems like the numeric
0
is possible but not the empty string.The text was updated successfully, but these errors were encountered: