Victor Miller

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

投稿

Victor Millerによる最近のアクティビティ 最近のアクティビティ 投票
  • Which heuristic was used

    回答済み

    I see that by looking at Gurobi output that that when a new incumbent is found by heuristic, the line is marked by "H".  Is there some way (possibly using call backs) to find out which heuristic wa...

  • Conditional Constraints in Python: better error messages

    回答済み

    It appears that MVars are not allowed in conditional constraints in the Python interface, but the error messages are rather mystifying.  For example import gurobipy as gp model = gp.Model() avars =...

  • Incompatible Dimensions?

    回答済み

    I'm using Gurobi 9.1.2 in Python.  The program below yields the message "Incompatible Dimensions".  This looks like a bug to me.  How do I add things with scalar variables to results from vector va...

  • Effect of more processors

    回答済み

    I have a rather difficult model with binary variables and a quadratic (blinear) objective.  I first tried running Gurobi 9.1.2 on my desktop, which has 4 cores, and it was progressing fairly nicely...

  • Gurobi vs. Cplex -- lower bounds

    ユーザーの入力を待っています。

    I have an lp file (produced by Cplex) for a difficult MIP.  I tried running it on both Gurobi and Cplex to compare.  In both cases I didn't set any parameters.  Cplex almost immediately finds a fai...