
Santanu Sarkar
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
Santanu Sarkarさんの最近のアクティビティ-
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...
-
Santanu Sarkarさんがコメントを作成しました:
Yes, I wrote in .lp file. Yes, I have that log file.
-
Santanu Sarkarさんがコメントを作成しました:
Thank you so much for your help.
-
Santanu Sarkarさんが投稿を作成しました:
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 +...
-
Santanu Sarkarさんが投稿を作成しました:
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...