get_dual_values: Gets the values of the dual variables.

View source: R/reduction_solvers.R

get_dual_valuesR Documentation

Gets the values of the dual variables.

Description

Gets the values of the dual variables.

Usage

get_dual_values(result_vec, parse_func, constraints)

Arguments

result_vec

A vector containing the dual variable values.

parse_func

Function handle for the parser.

constraints

A list of the constraints in the problem.

Value

A map of constraint ID to dual variable value.


anqif/CVXR documentation built on Feb. 6, 2024, 4:28 a.m.