Samuel Mallick
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
投稿
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...
-
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
-
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...