Skip to content

How to set 'dualize' parameter of Mosek? #185

@TongCHEN779

Description

@TongCHEN779

I use Yalmip with Mosek solver for Matlab. When I write an SDP problem, I can do something like

options = sdpsettings('solver', 'mosek', 'dualize', 1);

so that Mosek solver know whether I want to solve the dual or the primal.

However, for Julia, how can I do the same parameter setting?

using SumOfSquares
using MosekTools
model = SOSModel(with_optimizer(Mosek.Optimizer))

Thanks in advance.

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