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

InfrastructureModels Conventions Maintenance #37

Open
3 of 8 tasks
ccoffrin opened this issue Jan 15, 2020 · 0 comments
Open
3 of 8 tasks

InfrastructureModels Conventions Maintenance #37

ccoffrin opened this issue Jan 15, 2020 · 0 comments

Comments

@ccoffrin
Copy link
Member

ccoffrin commented Jan 15, 2020

  • update to PowerModels v0.14
  • drop Manifest.toml from git and add to .gitignore
  • add "ResultCount" check in build_solution, otherwise JuMP.value() can fail (see PowerModels fix, lanl-ansi/PowerModels.jl@b80f4fe)
  • remove JuMP.optimize!, and merge code into optimize_model!
  • in optimize_model! make optimizer an optional kwarg (see, lanl-ansi/PowerModels.jl@8a8c9c0)
  • update core function names, build_model -> instantiate_model; build_solution -> build_result
  • update post_* functions to build_*
  • follow problem naming convention post_(mn_)<prob name>(_<variant>)*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant