Samuel Mallick

  • Gurobi-versary
  • First Question
  • First Comment
  • Total activity 7
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 3

Posts

Recent activity by Samuel Mallick Recent activity Votes
  • Parametric optimization with Gurobi in python?

    Answered

    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.

    Answered

    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?

    Answered

    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...