Skip to main content

ApplicationError: Solver (gurobi) did not exit normally

Answered

Comments

2 comments

  • Riley Clement
    • Gurobi Staff

    Hi Soravis,

    Can you try replacing

    solver = po.SolverFactory("gurobi")

    with

    solver = po.SolverFactory("gurobi", solver_io="python")

    and see if this resolves your issue?

    - Riley

    1
  • Soravis Ratanapises
    • Gurobi-versary
    • First Comment
    • First Question

    Hi Riley,

    Thank you very much.

    It works.

    Best regards,

    Soravis

    0

Please sign in to leave a comment.