Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

MOSEK.parse_dual_vars

Parses MOSEK dual variables into corresponding CVXR constraints and dual values


Description

Parses MOSEK dual variables into corresponding CVXR constraints and dual values

Usage

MOSEK.parse_dual_vars(dual_var, constr_id_to_constr_dim)

Arguments

dual_var

List of the dual variables returned by the MOSEK solution.

constr_id_to_constr_dim

A list that contains the mapping of entry "id" that is the index of the CVXR Constraint object to which the next "dim" entries of the dual variable belong.

Value

A list with the mapping of the CVXR Constraint object indices with the corresponding dual values.


CVXR

Disciplined Convex Optimization

v1.0-10
Apache License 2.0 | file LICENSE
Authors
Anqi Fu [aut, cre], Balasubramanian Narasimhan [aut], David W Kang [aut], Steven Diamond [aut], John Miller [aut], Stephen Boyd [ctb], Paul Kunsberg Rosenfield [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.