Simon Jantsch
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 1
アクティビティの概要
Simon Jantschさんの最近のアクティビティ-
Simon Jantschさんがコメントを作成しました:
If I disable Presolve completely I still observe the same behaviour. I have posted my question on stack overflow, maybe somebody there can help: https://stackoverflow.com/questions/57770333/gurobi-...
-
Simon Jantschさんがコメントを作成しました:
Unfortunately that does not seem to work as if I change the objective function the current basis seems to be gone, it starts again and needs many iterations (>20). But there needs to be a way to ex...
-
Simon Jantschさんがコメントを作成しました:
Thank you for your comment. That clears things up for me a bit. Regarding the gurobi interface: if I use primal simplex and find in the callback that the current value of SPX_OBJVAL is already abov...
-
Simon Jantschさんが投稿を作成しました:
Checking intermediate solutions against a threshold, Linear programming
I am trying to solve a set of inequalities of the form A x ≤ b together with cx ≥ d. I know that solving the LP max qx. A x ≤ b for any positive q (non-negative in at least one position) gives the ...