L1fe

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

アクティビティの概要

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

    Hi Jaromil, How should the epsilon be chosen? Also, could we write the condition as |Xi - Xj| + |Yi-Yj| >= 1, which would force the pairs to be different as they take integer values? Thanks!

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

    Hi Jaromil, Thank you a lot for your quick answer! One last question. For the inequalities for all pairs (i,j) i!=j, I should use the same delta x and delta y? Thanks.  

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

    Hi Jaromil, Thanks! I have two follow up questions if you don't mind. - How would I write/encode the conditions: (Xi, Yi) != (Xj, Yj) when i !=j ? - In terms of performance, is it okay to keep the ...

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

    L1 minimization

    回答済み

    Hello, I have a set of points in the 2D plane with float coordinates (x, y) and I want to snap them to a grid of points with integer coordinates (X, Y). Two points cannot share the same grid point....