Jack Kaz
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Jack Kazさんの最近のアクティビティ-
Jack Kazさんがコメントを作成しました:
Hi Jaromil, thank you very much for your advice! Unfortunately, we have this big values in thermodynamics when working with absolute temperatures.. Is there a suggestion to reduce the possibility o...
-
Jack Kazさんが投稿を作成しました:
Using "addGenConstrPow" but model is infeasible
回答済みHello together, I am trying to solve an easy power function for "x = 20 + A" with A=200, but it is infeasible. I do not understand why. If I set my variable A = 0 it is feasible. Thank you. Here i...
-
Jack Kazさんがコメントを作成しました:
Hi Jaromil, thank you very much for your advice. In Python code it should look like this, right? UB = 1000LB = 0Q = model.addVar(lb=LB , ub=UB , vtype=GRB.CONTINUOUS, name="Q")bQ = model.addVar(v...
-
Jack Kazさんが投稿を作成しました:
Simple If condition with a decision variable
回答済みHi, I am new with Gurobi and have a question about using if clause in my Python program. My variable can only be Q = 0 or Q > 0 and its upper bound is defined 1000. A separat function should give a...