Dorthe Alida Slotvik
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Dorthe Alida Slotvik-
Dorthe Alida Slotvik commented,
Thank you for the help! I had added an extra [] in the definition of the parameters, which gave additional square brackets in the lists.
-
Dorthe Alida Slotvik commented,
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...
-
Dorthe Alida Slotvik commented,
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...
-
Dorthe Alida Slotvik created a post,
Unable to convert argument to an expression - Objective Function Error
AnsweredI have a simple model where I try to minimize total costs. I read the data from an Excel-file and define sets and parameter data from this. The error "Unable to convert argument to an expression" o...