Skip to content

Feature Request: VariableBasisStatus #131

@ma29xc

Description

@ma29xc

In MathOptInterface (MOI) syntax I get the basis status of a variable x attached to a model via

MOI.get(model, MOI.VariableBasisStatus(), x)

This status should correspond to the xxstatus in the MosekSolution structure.
Unfortunately, the MOI.VariableBasisStatus() is currently not supported. My current workaround is to read

model.moi_backend.optimizer.model.solutions[end].xxstatus

which is obviously inconvenient.

If it is to much work to implement, is there a better workaround?

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