Skip to content

[MOSEK] .write produces binary file instead of text file #95

@staadecker

Description

@staadecker

The following code

import pyoptinterface as poi
import pyoptinterface.mosek as mosek
m = mosek.Model()
x = m.add_variable(lb=0, ub=0)
m.optimize()
m.write("solution.sol")

Produces a .sol file but the file is gibberish. Is this expected? The mosek documentation seems to suggests the output should be a text file like the other solvers...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions