Tarun Suresh
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Tarun Sureshさんの最近のアクティビティ-
Tarun Sureshさんが投稿を作成しました:
gurobi python parallelization
回答済みi am running gurobi optimize in parallel with concurrent futures threadpoolexecutor with another function. if the other function finishes before the gurobi model optimization, how do i cancel the o...
-
Tarun Sureshさんがコメントを作成しました:
Hey David, Is it possible to get r.printAttr("X") in list or array format? I have two matrix variables "x" and "y". I want to get the nonzero values for "x" and "y" in two separate lists.
-
Tarun Sureshさんがコメントを作成しました:
So it is not possible to get the information at each row? Is it possible to see which constraints are producing the "IntInf"? Additionally, are there any other parameters and callbacks I should con...
-
Tarun Sureshさんがコメントを作成しました:
Hey Riley, By "fractional values and solution", I mean the .X that produced the Obj = 1351975.00 in the first row and the 70 "IntInf" values. I want to see which values are violating integer fea...
-
Tarun Sureshさんが投稿を作成しました:
How to extract fractional solution from GUROBI ILP?
回答済みHi, I would like to get the solution and fractional values at each row in the following column. I am working with the Python API. Could you please let me know how this could be done? Additionally,...