Samuel Mallick
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by Samuel Mallick-
Parametric optimization with Gurobi in python?
AnsweredHello, 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.
AnsweredHello, 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?
AnsweredI 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...