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

Posts

Recent activity by Nicolas Zerega Recent activity Votes
  • 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 ...

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

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