Dorthe Alida Slotvik
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Dorthe Alida Slotvik-
Thank you for the help! I had added an extra [] in the definition of the parameters, which gave additional square brackets in the lists.
-
The code importing data from excel: import pandas as pdimport gurobipy as gpfrom gurobipy import *import numpy as npfrom gurobipy import GRBimport matplotlib.pyplot as plt dfF = pd.read_excel(r...
-
The code runs when I hard code an example from the excel-data. So it seems like there is a problem in the definition of sets and parameters imported from the excel file. The hard code: import pa...