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

doc: update README to cover use of alternate solvers #110

Merged
merged 5 commits into from
Feb 11, 2021

Conversation

danielolsen
Copy link
Contributor

Purpose

As a follow-up to #106, add more information to the README clarifying when Gurobi does or doesn't need to be installed and how to use Gurobi or other solvers. Also clarifying that a Gurobi license is needed to use Gurobi as a solver, but it can be used equivalently with either a local license or a cloud license.

Time to review

15-30 minutes.

@danielolsen danielolsen added the documentation Improvements or additions to documentation label Feb 10, 2021
@danielolsen danielolsen self-assigned this Feb 10, 2021
```julia
REISE.run_scenario(;
interval=24, n_interval=3, start_index=1, outputfolder="output",
inputfolder=pwd(), num_segments=3)
interval=24, n_interval=3, start_index=1, inputfolder=pwd(), optimizer_factory=GLPK.Optimizer
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this section need an import GLPK?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@danielolsen danielolsen merged commit b823cdd into develop Feb 11, 2021
@danielolsen danielolsen deleted the daniel/update_readme_reqs branch February 11, 2021 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants