Olivia Park
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Posts
Recent activity by Olivia Park-
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...
-
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...
-
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. --------------------------------------------------------...
-
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('...
-
Dimension Mismatch in variables for optimization
AnsweredI have a formula that looks as below T = 24 t = np.linspace(1, T, num=T) #linspace equal intervals in the 24 hrs N = 286 #has 286 light bulbs Ppvt = list(dataset['summer profile'])print(Ppvt) [0.0...