Nicolas Zerega

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

Activity overview

Latest activity by Nicolas Zerega
  • Nicolas Zerega commented,

    I'm still wondering about this. As of now I've been able to keep the updated incumbent outside gurobi and then do the analysis with it. But would like to check why it is being cut and not accepted ...

  • Nicolas Zerega created a post,

    Do lazy constraints always cut integer solutions?

    Answered

    Dear all, I'm currently trying to test some optimality cuts via callbacks as lazy using python. The issue I'm encountering is that the incumbent doesn't update even if the current solution doesn't ...

  • Nicolas Zerega commented,

    Dear Marika: I understand now! I thought that having the cbSetSolution() at MIPSOL and then calling cbUseSolution() at MIPNODE would use the stored solution. Thank you very much for the clarification!

  • Nicolas Zerega created a post,

    About cbSetSolution() and cbUseSolution()

    Answered

    Dear all, While using Python, I'm encountering a "weird" behaviour. In my code, everytime a MIP solution is found (MIPSOL) I check whether it is feasible. In case it isn't I can, heuristically, mak...

  • Nicolas Zerega created a post,

    Get the extreme ray from infeasible primal

    Awaiting user input

    Dear all, I'm currently solving a continuous model using the dual-simplex method with Python in order to obtain cuts that then have to be added to another MIP. This model can be optimal or infeasib...