Johannes Pelda
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Johannes Peldaさんの最近のアクティビティ-
Johannes Peldaさんがコメントを作成しました:
Dear Jaromil, Thank you for helping! It turned out that changing m^2 that occurres in one constraint to a new variable m2=m*m solved the issue. However the inequality constraint still does not wor...
-
Johannes Peldaさんがコメントを作成しました:
Hi, changing the bounds on "div" will also not lead to a feasibility. Here you will find the computeIIS() *.ilp files: sp70rp50 - m_(p-pmin).ilp = https://cloud.hawk.de/index.php/s/TGraNz885HFajzX ...
-
Johannes Peldaさんがコメントを作成しました:
Dear Jaromił, thank you for your comment. I have used the approach of "How do I model multilinear terms in Gurobi" where it was meaningful, so far. The results of computeIIS() show that my bounds s...
-
Johannes Peldaさんが投稿を作成しました:
Trilinear terms in objective function
回答済みHi, I try to model a network where the users' heat demand is (m * t) = q. q is negtive and shall be minimized. Bounds of m are [10, 0] and bounds of t are [350, 270]. Bounds of q are [-10000, 0]. m...
-
Johannes Peldaさんがコメントを作成しました:
Dear Eli, The method model.computeIIS() is not giving any results. Moreover, it is not starting properly. It stucks when calling without error message and the CPU keeps running at full load (test 1...
-
Johannes Peldaさんがコメントを作成しました:
Dear Eli, Thank you very much for your instant response. I implemented your suggested approach in the model. However, it is still not feasible and gurobi says unbounded. I also added some lb and ub...
-
Johannes Peldaさんが投稿を作成しました:
switch
進行中I have the following equations: f1(m) = t1 - t1a, for m >= 0 f2(m) = t2 - t1b, for m < 0 Is there a possibility to insert a "switch" to the model as a constraint? I started with: model.addConst...