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

Update AdvancedProcesses.py #278

Merged
merged 1 commit into from
May 4, 2020
Merged

Update AdvancedProcesses.py #278

merged 1 commit into from
May 4, 2020

Conversation

TDiaconu
Copy link

@TDiaconu TDiaconu commented May 4, 2020

Forgot the empty tuple when on/off is inactive, but TVE or minimum part load are active:

m.pro_rampup_start_tuples = pyomo.Set(
within=m.stf * m.sit * m.pro,
doc='Processes with different starting ramp up gradient')

Forgot the empty tuple 
m.pro_rampup_start_tuples = pyomo.Set(
            within=m.stf * m.sit * m.pro,
            doc='Processes with different starting ramp up gradient')
@sonercandas sonercandas merged commit 6ffa415 into tum-ens:MIQCP May 4, 2020
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

Successfully merging this pull request may close these issues.

2 participants