Ruixuan Liu

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

投稿

Ruixuan Liuによる最近のアクティビティ 最近のアクティビティ 投票
  • Trouble using gp.abs_()

    回答済み

    Hi, I'm trying to add a constraint using the abs_() function. I'm just doing a very simple example a = model.addVar(name="a")b = model.addVar(lb=-1, name="b")model.addConstr(a == gp.abs_(b), name="...

  • Reuse a previously optimized model for warm start

    回答済み

    Hi, I'm trying to reuse a previously optimized model as a warm start for the next run. But I'm not sure if I'm doing this correctly. The issue I'm having now is after solving the model, if I direct...