Yangyi Li

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

アクティビティの概要

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

    MIP using R

    回答済み

    Hi, I was solving an MIP using R Gurobi, this was my original code and it can solve it. Then I changed the inputs from Xi being (0,1) to Zi being(-1,0,1), I added a quadratic constraint Sum of Zi^<...

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

    Programming

    回答済み

    So I have a minimization problem, my Zi are (-1,0,1), originally I'm trying to minimize ZTWZ, it works fine, and now I want to add an additional constraint, the sum of Zi^2 is less than a number m....