Skip to content

Write Solution to a .SOL File #302

Open
@stumarcus314

Description

@stumarcus314

Is it possible to have SCIP.jl write the solution to a .SOL file by setting an optimizer attribute?

m = JuMP.Model()
[...]
    JuMP.set_optimizer(m, SCIP.Optimizer)
    JuMP.set_optimizer_attribute(m, "SolutionFile", "result.sol")
    JuMP.optimize!(m)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions