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

Gurobi Post-Solve Memory Error

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

コメント

1件のコメント

  • David Torres Sanchez
    • Gurobi Staff Gurobi Staff

    Hi Fábio,

    This error is from Pyomo.
    Could you try the following, using the latest version of Pyomo:

    with SolverFactory('gurobi', solver_io='python', manage_env=True) as opt:
        opt.solve(model)

    from: Pyomo gurobi_direct.GurobiDirect

    Cheers, 
    David

    0

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