Dorthe Alida Slotvik
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
コメント
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...