HengTzu Lee

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

アクティビティの概要

HengTzu Leeさんの最近のアクティビティ
  • HengTzu Leeさんが投稿を作成しました:

    Error in setting different LP method

    回答済み

    Hi I'm building LP model in the hope to test the speed with different methods. Therefore, after creating a new model, I set the method attribute using the code below. GRBnewmodel(LPenv, &LPmodel, "...

  • HengTzu Leeさんが投稿を作成しました:

    Update RHS in C API

    回答済み

    Hi I would like to update contraint's RHS several time with the same model. I found ways to update RHS with Python and C# but I don't find anything in C. Can anyone help me, thank you!

  • HengTzu Leeさんが投稿を作成しました:

    C/ sum absolute value in objective

    回答済み

    Hi,  Is there a way to directly have absolute value in the objective without the need to linearize it using Gurobi/C ? Some thing like  minimize sum_i |x_i - f_i| Thank you for the help!