
Jaromił Najman
-
Gurobi Staff
- 合計アクティビティ 4295
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 7ユーザー
- 投票 11
- サブスクリプション 1487
アクティビティの概要
Jaromił Najmanさんの最近のアクティビティ-
Jaromił Najmanさんがコメントを作成しました:
Hi Saeed,It is possible to directly write the function by using the addGenConstrNL method. You would have to define an auxiliary variable \(Z'\) as you already do and then the code would look simil...
-
Jaromił Najmanさんがコメントを作成しました:
Hi Saeed, You could use the Model.getA() method to get the constraint matrix in \(\texttt{scipy.sparse}\) format. You can then use the scipy transpose method to get the transpose of your \(A\) matr...
-
Jaromił Najmanさんがコメントを作成しました:
Hi Muhamad, It is possible that the optimal solution point is the same but the objective value is different. A trivial example would be an objective with and without a constant. What you should che...
-
Jaromił Najmanさんがコメントを作成しました:
Hi Fabiana, Gurobi's MATLAB API supports quadratic (nonconvex) objectives. Please have a look at the qp.m example and the corresponding documentation. Best regards, Jaromił
-
Jaromił Najmanさんがコメントを作成しました:
正式なコメント This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please creat...
-
Jaromił Najmanさんがコメントを作成しました:
Hi Dai Nam Nguyen, Unfortunately, Gurobi currently does not support automatic Benders decomposition. As an alternative, you might want to have a look at open-source packages such as the SCIP Bender...
-
Jaromił Najmanさんがコメントを作成しました:
Hi Lei, Could you please update to Gurobi version 12 and try again. If you are not able to upgrade to version 12, please try setting the FuncNonlinear parameter to 1. This will tell Gurobi to treat...
-
Jaromił Najmanさんがコメントを作成しました:
Hi Seyedkianoush, a postponed node is a node that Gurobi was not able to solve for whatever reason. It may be that a node is unbounded when it shouldn't or some numerical trouble were encountered. ...
-
Jaromił Najmanさんがコメントを作成しました:
Cann i also model functions such a power or a sigmoid function without using addGenConstrPWL? Which command would i use for that? With version 11 you can use the addGenConstrPow method to add po...
-
Jaromił Najmanさんがコメントを作成しました:
Hi Dejan, Strangely enough, it doesn't work with addGenConstrExp(). How do I get it to work? Could you please elaborate what exactly does not work? Note that you have to introduce an auxiliary va...