Skip to main content

Gurobi Post-Solve Memory Error

Awaiting user input

Comments

1 comment

  • 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

Please sign in to leave a comment.