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

Startup & partial: startup variable and timestep length #76

Open
ojdo opened this issue Jun 17, 2016 · 2 comments
Open

Startup & partial: startup variable and timestep length #76

ojdo opened this issue Jun 17, 2016 · 2 comments

Comments

@ojdo
Copy link
Contributor

ojdo commented Jun 17, 2016

Just to not forget looking into it: constraint def_startup_capacity_rule states that the startup variable startup_pro must be greater or equal to the difference of online capacities of the current and previous time steps: cap_online[tm, ...] - cap_online[tm-1, ...]. Without at least one extensive whiteboarding session, I'm unsure whether this value should also depend on the time step length m.dt. Intuitive reasoning: an increase of cap_online by a certain value should be more expensive if it happens over a shorter time, basically increasing the gradient the process experiences.

Open question: should the new expression simply be (cap_online[tm, ...] - cap_online[tm-1, ..]) / m.dt?

@ojdo
Copy link
Contributor Author

ojdo commented Sep 23, 2016

Conversely, I'm more an more convinced that m.dt has to be removed from the startup cost term m.costs['Startup']. Also here, some more conceptual thought has to occur.

@lodersky
Copy link
Contributor

lodersky commented Jun 3, 2019

Partial load was redone with commit e5146ca.

General mixed integer formulations (including startup) will be implemented in Q3 or Q4.

@lodersky lodersky closed this as completed Jun 3, 2019
@lodersky lodersky reopened this Jun 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants