Skip to content

Commit

Permalink
Merge pull request #26 from sstroemer/main
Browse files Browse the repository at this point in the history
feat: add Ipopt to the list of solvers that can be automatically looked up
  • Loading branch information
sstroemer authored Dec 3, 2024
2 parents 74ba7bf + 908d737 commit f2816e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "iesopt"
version = "2.1.0"
version = "2.2.0"
description = "IESopt -- an Integrated Energy System Optimization framework."
keywords = ["integrated energy systems", "optimization", "energy model", "modelling"]
authors = [
Expand Down
1 change: 1 addition & 0 deletions src/iesopt/julia/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def lookup_package(name: str):
"iesopt": ("IESopt", "ed3f0a38-8ad9-4cf8-877e-929e8d190fe9"),
"gurobi": ("Gurobi", "2e9cd046-0924-5485-92f1-d5272153d98b"),
"cplex": ("CPLEX", "a076750e-1247-5638-91d2-ce28b192dca0"),
"ipopt": ("Ipopt", "b6b21f68-93f8-5de0-b562-5493be1d77c9"),
}

if name in lookup:
Expand Down

0 comments on commit f2816e0

Please sign in to comment.