Learn R Programming

CVXR (version 0.99-7)

status_map,MOSEK-method: MOSEK Status Map

Description

Map of MOSEK status to CVXR status.

Usage

# S4 method for MOSEK
status_map(solver, status)

Arguments

solver

A '>MOSEK object.

status

An exit code returned by MOSEK. See the MOSEK documentation for details.

Value

A string indicating the status, either "optimal", "infeasible", "unbounded", "optimal_inaccurate", "infeasible_inaccurate", "unbounded_inaccurate", or "solver_error".