Santanu Sarkar

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

投稿

Santanu Sarkarによる最近のアクティビティ 最近のアクティビティ 投票
  • No optimization function

    進行中

    My interest is to find only one common solution for a binary integer problem. My problems are like this:   Subject ToA1 : a0 + 9 a1 + 5 a2 - 2 a3 >= 10A2 : a0 + 9 a1 + 5 a2 - 2 a3 <= 20A3 : 2 a0 + ...

  • How to to define multivariate polynomials

    回答済み

    Hi,  Is it possible to define multivariate polynomials in Gurobi? I have y1=a1 l1+a2 l2 +a3 l3, y2= a1 l4 + a2 l5 + a3 l6, y3= a1 l7 + a2 l8 + a3 l9 where y1, y2, y3, a1, a2, a3 are binary variable...