Marco Correia

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

Activity overview

Latest activity by Marco Correia
  • Marco Correia created a post,

    Apparently feasible start solution ignored.

    Answered

    Hi, I am providing an initial feasible start solution to gurobi, but it prints: > User MIP start did not produce a new incumbent solution It then proceeds to finding what looks like that solution u...

  • Marco Correia commented,

    Hi Marika, Looking at the log myself made me realize that one of the lazy constraints was not so deterministic after all :)  All good with gurobi, thanks!

  • Marco Correia created a post,

    Resolving after changing objective does not use previous solution

    Answered

    Hi, I have a model which I solve to optimality. After, I change the objective, and call "optimize()" again. Gurobi says the previously found solution did not produce an incumbent. I cannot see why,...

  • Marco Correia commented,

    Hi Matthias, Not sure if you don't have anything else to add, or if this thread was forgotten. I don't think I understand how this works yet (see post above). Thanks

  • Marco Correia commented,

    Hi Matthias, Thanks for the clarification, indeed I am talking about lazy constraints here. I am not sure I understood what you mean. If gurobi never gives me the chance to add the missing lazy con...

  • Marco Correia created a post,

    Opportunity for lazy cut

    Ongoing

    Hi, I  believe I've read the answer to this question before, but I don't remember where or what it was, my apologies. Assume we have a problem with 3 variables, x,y,z, and constraints x<=y<=z. Lets...

  • Marco Correia commented,

    Hi Mario! Thanks for the answer, that makes sense!

  • Marco Correia created a post,

    Column generation when number of rows depend on number of columns

    Answered

    Hi! I'm trying to solve a MIP with gurobi using column generation. The novel thing (for me) about this problem, is that the set of rows in the problem depends on the set of columns. That is, whenev...