Yannic Lieder

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

投稿

Yannic Liederによる最近のアクティビティ 最近のアクティビティ 投票
  • Theoretical Background on BarHomogeneous parameter

    回答済み

    We are currently writing on a paper in which we use Gurobi for optimization tasks. There is one QP that could not be solved with default parameters, failed with Numerical trouble encounteredModel m...

  • Solving Least Squares yields wrong result

    回答済み

    I tried to solve a linear least square problem in Gurobi as follows: # A, b are numpy arraysn1, n2 = A.shape # shape of b is (n1,)m = gp.Model()x = m.addMVar(shape=n2, lb=float('-inf'))Q = A.T @ Ac...