Satyam Kumar
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 3
- サブスクリプション 2
アクティビティの概要
Satyam Kumarさんの最近のアクティビティ-
Satyam Kumarさんがコメントを作成しました:
Hi Jaromił, thanks for your reply. I checked for numerical issues as you suggested. I could not find any issue while printing m.printStats(), however when I tried to print m.KappaExact, it gives t...
-
Satyam Kumarさんが投稿を作成しました:
Model is solvable in one system whereas no ouptut in other system.
進行中I wrote a MILP program in python (jupyter notebook editor). For optimization, I am using Gurobi software. One laptop gives me a solution within 7 sec whereas the other system runs (occupying all a...
-
Satyam Kumarさんが投稿を作成しました:
Conditional statement in Gurobi
回答済みSuppose I have four variables a,b,c,d with vtype = INTEGER minimize: |a-15| + |b-16| + |c-18| + |d-17| Constraint: if c-d == -1, then b-a >= 1 some more constraints ...