メインコンテンツへスキップ

ApplicationError: Solver (gurobi) did not exit normally

回答済み

コメント

2件のコメント

  • 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

サインインしてコメントを残してください。