Felipe Bofarull
- 合計アクティビティ 3
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Felipe Bofarullさんの最近のアクティビティ-
Felipe Bofarullさんがコメントを作成しました:
from gurobipy import *import math#n = int(input('n = '))n = 4print(n)X = []for i in range(1,n+2): X.append(int(i))print(X)# Modeloof = Model()# Variablesa = of.addVar(vtype=GRB.CONTINUOUS, name=...
-
Felipe Bofarullさんが投稿を作成しました:
constrain error, "model.pxi"
回答済みHi, I am new to Gurobi and I don't know how to fix the error in #R3