Christoph Zöll

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

アクティビティの概要

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

    Hi Jaromił, try to implement your ideas in my project but i get an unsolveable/ unbounded problem. In my project matrix H is 142x55 and includes elements < 0 too. Even for a & c the lower bound is ...

  • Christoph Zöllさんがコメントを作成しました:

    Hi Jaromił, The possible code using the Python API looks great.  variable a has to be a linear combination of H and I need it  for further use. So i can not switch up H. Can i weight the elements l...

  • Christoph Zöllさんが投稿を作成しました:

    Minimize number of nonzero entries

    回答済み

    Hi,  i try to minimize the number of non zero entries in a vector and got stuck on the implementation.  Matrix H is m x nVector c is n x 1 (should be a vector with nonzero entries)Vector a is m x 1...