
Luka Herc
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Luka Herc-
Luka Herc created a post,
Using data from .sol file to fix variable values
AnsweredHello, Is it possible to fix the values for the variables to match the values saved in .sol .mst or .hnt file? This way, only the part of the values is subject to optimization. Pseudo code would lo...
-
Luka Herc commented,
Thank you very much! It seams to work. With the code you presented, I got an error "NameError: name 'max_' is not defined". Therefore, I had to call the "max_()" function via Gurobipy and the final...
-
Luka Herc created a post,
Form a new variable from the subset of original variable (maximum values)
AnsweredHello, I have the code that outputs achieved prices for multiple generators for each hour(period) and year in modelling horizon. Is there a way to form a new variable (meritorder[period, year]) tha...