Olivia Park
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by Olivia Park-
Olivia Park commented,
Thank you - will do !
-
Olivia Park commented,
is it possible to send the jupyter notebook file ?
-
Olivia Park created a post,
Three or more variables with similar conditions, can they clash?
AnsweredI'm not sure If I can post a follow up question with this thread - I just had one more question. with the above condition, I added one more variable with identical constraints. After adding thi...
-
Olivia Park commented,
Dear Jaromil, I'm not sure If I can post a follow up question with this thread - I just had one more question. with the above condition, I added one more variable with identical constraints. Afte...
-
Olivia Park commented,
Thank you ! the model works!!!
-
Olivia Park commented,
Dear Jaromil, Thank you for the response. My list below (hoursof_sll) which has 24 items indicates the specific time in which the bulbs are turned on (1) and off(0). print(hoursofsll) >>>[0, 0, ...
-
Olivia Park created a post,
if conditions for addConstrs ?
AnsweredThis is an energy consumption model. There are 286 power consuming bulbs that are turned on for only between a specific time frame in a day (hoursofsll - list of binary variables). During the hours...
-
Olivia Park created a post,
reinstalling academic license with university network_ERROR with inconsistency in environment
AnsweredI've been informed that my previous gurobi license should be reinstalled while connected to the university network. due to the error below. --------------------------------------------------------...
-
Olivia Park commented,
Thank you for the reply - indeed the parentheses did the work. I have an academic license and it seems that this has limitations..can students have a full license? GurobiError ...
-
Olivia Park created a post,
Error code: <bound method Model.optimize of <gurobi.Model Continuous instance Greenhouse Renewable Energy Use: 0 constrs, 0 vars, No parameter changes>>
Answered#conda install -c gurobi gurobifrom gurobipy import *import gurobipy as gpimport pandas as pd #for csv readingimport numpy as np import matplotlib.pyplot as plt #for plottingdataset = pd.read_csv('...