Brannon King

  • Gurobi-versary
  • Conversationalist
  • Curious
  • 合計アクティビティ 24
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 4
  • サブスクリプション 9

投稿

Brannon Kingによる最近のアクティビティ 最近のアクティビティ 投票
  • passing Env around (in Python) is annoying

    回答済み

    In my research I often clone models and change some aspect of them. I pass models into many different functions, and into all of these functions, I must also pass the environment object. Why? 1. Th...

  • FeasRelax with smart choice of cons to drop

    I'm attempting to use the FeasRelax function on a minimization problem. My problem has some constraints that conflict with each other. FeasRelax successfully drops some of the conflictors. However,...

  • Please support Pypy v7.3+

    回答済み

    I cannot install gurobipy using pip on Pypy (v7.3.15). pip informs me that there are no available gurobipy distributions for Pypy. Please add a distribution for the Pypy interpreter (https://www.py...

  • norm function should take expressions

    回答済み

    I want to be able to code like this: m.setObjective(gp.norm(x-y, 2), minimize); where x is a variable (or list of variables or MVar) and y is a numpy array.

  • What is Gurobi's equivalent to SCIP's getBasisStatus method?

    進行中

    SCIP has SCIProwGetBasisStatus and SCIPcolGetBasisStatus methods. What is Gurobi's equivalent to these methods? This question relates to my larger goal of computing the corner rays at an optimal LP...