
Samuel Mallick
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
Samuel Mallickさんの最近のアクティビティ-
Samuel Mallickさんがコメントを作成しました:
Hi Riley, We found that the optimization worked. The time required to solve was however drastically increased. We are unsure if this increase is due to the increased complexity of the problem when...
-
Samuel Mallickさんが投稿を作成しました:
Parametric optimization with Gurobi in python?
回答済みHello, Does gurobipy support parametric programming? For example I have an optimization problem with a variable 'x' and a constraint 'x - a <= 0'. The parameter 'a' may appear in many other constra...
-
Samuel Mallickさんが投稿を作成しました:
Quadratic equality constraints.
回答済みHello, Can Gurobi handle quadratic equality constraints? For example if one of my optimization variables is 'x', can my model have a constraint 'ax^2 + bx + c == 0'? Thank you, Samuel
-
Samuel Mallickさんが投稿を作成しました:
When does gurobipy call C code?
回答済みI am wondering at which point in the execution of a python program, using gurobipy, does C code get called? Is it at the point where the model is created, i.e., m = gp.Model()? Or is it when the mo...