spineda

  • Gurobi-versary
  • Conversationalist
  • First Question
  • Total activity 11
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Activity overview

Latest activity by spineda
  • spineda commented,

    No, instances differ because some of the parameters are different.

  • spineda commented,

    Ok, I did that. I was expecting the indicator formulation to consistently outperform the big-M reformulation when using the same bounds, but that’s not always the case. In fact, I implemented three...

  • spineda commented,

    Thanks again. I’ve now run all simulations with the indicator constraints, using the same bounds I had for the other methods, and the results have improved significantly. So it makes more sense to ...

  • spineda commented,

    Thanks a lot Riley, that example is very illustrative and I finally understand what Gurobi is doing internally. 

  • spineda commented,

    Thanks Riley, I think I get your point. So what you're saying is that I can use knowledge about the problem to compute bounds on RHS, feed them to Gurobi, and still get some benefits from the indic...

  • spineda commented,

    Dear Riley,Thank you very much for your reply.Yes, the problem is similar to the one you pointed out.What I don’t understand is the following: if Gurobi is able to find 62 solutions, with 12 of the...

  • spineda commented,

    Dear Riley,Thanks for the reply.I have another example to this repository (https://github.com/salvapineda/gurobi_indicator) including a .mps file and a .py file to read it and execute with a feasib...

  • spineda created a post,

    Weird behavior indicator function

    Answered

    Hi, I'm solving a mip with indicator constraints. I include below the log. First I solve the model with binary variables, then I fix the binaries and solve the continuous LP. In the last row of the...

  • spineda created a post,

    Infeasible in nonc-convex model

    Answered

    I am solving an OPF problem using polar coordinates (with cosine and sine terms), and Gurobi reports that the model is infeasible. However, I know that a feasible solution exists, and when I warm-s...