Rune Delbecque

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 6
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 1
  • サブスクリプション 1

投稿

Rune Delbecqueによる最近のアクティビティ 最近のアクティビティ 投票
  • gurobipy.Model has no attribute addGenConstrPWL [solved]

    回答済み

    I'm trying to add piecewise-linear constraints to my model 'RK'. First, I define the following variables: for i in range(0, len(Cities)): DistanceToClosestDC[i] = RK.addVar(vtype=GRB.CONTINUOUS,...