Santanu Sarkar

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

投稿

Santanu Sarkarによる最近のアクティビティ 最近のアクティビティ 投票
  • How to get specified number of solutions

    回答済み

    There are 6 solutions for this problem. I want random 4 solutions. Also I want to get solutions like this form 0 1 1 0. I use this comment. gurobi_cl ResultFile=coins.sol Sample.lp   Maximizev0 + v...

  • How to handle absolute value in Gurobi constraints

    進行中

    I want to handle absolute value in Gurobi constraints. This is my code abc.lp. However I am not getting solution. Maximize v0 + v1 + v2 SubjeCt To C1: 3 v0 + v1 + v2 <= 72 C2: 2 v0 + 3 v1 +...

  • How to find a solution in Gurobi

    I have 100 unknowns x_1,..., x_{100} and 100 inequalities like 10 <= x_1 + 4x_3 +20 x_{100}<=20 etc. For every inequality left side is 10 and right side is 20. I want a binary solution. That is x_i...