Skip to content
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

Typo in readme.md #174

Closed
bertrandhaut opened this issue Sep 8, 2021 · 1 comment · Fixed by #176
Closed

Typo in readme.md #174

bertrandhaut opened this issue Sep 8, 2021 · 1 comment · Fixed by #176

Comments

@bertrandhaut
Copy link

In the options section of the readme.md you wrote

ratioGap -- Terminate after optimality gap is smaller than this relative fraction.
For example, set_optimizer_attribute(model, "allowableGap", 0.05).

it should be read as

ratioGap -- Terminate after optimality gap is smaller than this relative fraction.
For example, set_optimizer_attribute(model, "ratioGap", 0.05).

@odow odow mentioned this issue Sep 15, 2021
@odow odow closed this as completed in #176 Sep 15, 2021
@odow
Copy link
Member

odow commented Sep 15, 2021

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants