Nicolas Zerega

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 8
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 3

投稿

Nicolas Zeregaによる最近のアクティビティ 最近のアクティビティ 投票
  • Do lazy constraints always cut integer solutions?

    回答済み

    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()

    回答済み

    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

    ユーザーの入力を待っています。

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