-
Notifications
You must be signed in to change notification settings - Fork 30
Implement unit scaling in the model #257
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
Comments
This is more relevant for open-source solvers. Gurobi does a lot on its own. |
Check out https://github.com/trulsf/UnitJuMP.jl Also, wait for new releases in JuMP that will include this functionality (source: JuMP-dev workshop 2024) |
Check if it is best to use UnitJuMP.jl to guarantee the units on the JuMP side or do it in a preprocessing stage in TulipaIO using Unitful: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What and Why
This causes problems with the optimisation if something is in 100000 GW and something else is in 10 MW.
Probably in pre-processing.
Possible Drawbacks
No response
Related Issues
No response
The text was updated successfully, but these errors were encountered: