Satyam Kumar

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

投稿

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...

  • 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 ...