Dorthe Alida Slotvik
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Dorthe Alida Slotvikさんの最近のアクティビティ-
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.
-
Dorthe Alida Slotvikさんがコメントを作成しました:
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さんがコメントを作成しました:
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さんが投稿を作成しました:
Unable to convert argument to an expression - Objective Function Error
回答済みI 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...