Samuel Mallick

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

Activity overview

Latest activity by Samuel Mallick
  • Samuel Mallick commented,

    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 created a post,

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

  • Samuel Mallick created a post,

    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

  • Samuel Mallick created a post,

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