Satender .
- 合計アクティビティ 13
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 3
- サブスクリプション 4
アクティビティの概要
Satender .さんの最近のアクティビティ-
Satender .さんがコメントを作成しました:
Thank you Maliheh Aramon.
-
Satender .さんがコメントを作成しました:
Hi Maliheh Aramon, I am still getting the same error as discussed above with gurobi 10.0. Is the update you mentioned still intact? Regards, Satender
-
Satender .さんがコメントを作成しました:
Thank you Jaromil for your prompt response. I will try to use other solvers.
-
Satender .さんが投稿を作成しました:
Adding user cuts derived from optimal simplex tableau
回答済みDear Team, I need to add User Cuts to remove infeasible solutions which are derived using the current optimal basis and are constructed using non-basic variables. To be exact, I am trying to incorp...
-
Satender .さんがコメントを作成しました:
Hi Jaromił Najman, I tried to extend your code above on matrix variables for adding KKT stationary condition but ran into an error. import sympy as symimport numpy as npfrom sympy import Arrayfrom...
-
Satender .さんが投稿を作成しました:
Combining Different Types if Variables in Matrix Constraints
進行中If I have the constraint of the form x_i <= z_i , (i = 1,2, ..., n), where x_i are continuous and belong to interval [0,1], and z_i's are binary. Both z_i's and x_i's are also present separately ...