Nicholas Parham

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

投稿

Nicholas Parhamによる最近のアクティビティ 最近のアクティビティ 投票
  • LP Warm Start (Python)

    オープン

    I have an LP implemented with gurobipy. First, it takes 38 simplex iterations to reach optimality. Then, I immediately invoke optimize on the same instance to confirm that the previous solution is ...

  • Max Flow Algorithms

    回答済み

    Are the max flow algorithms implemented in Gurobi sequential or parallel or a mix of both?

  • Export Pre-solved Gurobi Model

    回答済み

    How do you export the pre-solved Gurobi model in AMPL?

  • Omit Variable in Branch and Bound

    回答済み

    If I have a model with two integer variables:      Y_i: integer time to schedule activity i     X_it: binary indicator if activity i is scheduled in time t   How can I communicate to Gurobi (prefer...