Ruixuan Liu

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

アクティビティの概要

Ruixuan Liuさんの最近のアクティビティ
  • Ruixuan Liuさんがコメントを作成しました:

    Thanks! This is really helpful!  Is there a way I can retrieve the constr obj (ie absconstr)? Cuz I'm trying to update the abs constraint on the fly, it would be nice if I can retrieve the abs cons...

  • Ruixuan Liuさんがコメントを作成しました:

    If I copy the model by model.copy, will the copied model utilize the previously computed solution?

  • 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="...

  • Ruixuan Liuさんがコメントを作成しました:

    Thanks! This makes sense now. And one more question. If a few more new variables and constraints are added to the model for the second run, will the solver use the previous result to warm start by ...

  • Ruixuan Liuさんがコメントを作成しました:

    Thank you so much for the prompt reply. Can I interpret it as the bottleneck in this particular problem is proving the solution is optimal rather than finding the solution?  Cuz in my case, the sol...

  • Ruixuan Liuさんが投稿を作成しました:

    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...