View source: R/reduction_solvers.R
get_dual_values | R Documentation |
Gets the values of the dual variables.
get_dual_values(result_vec, parse_func, constraints)
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. |
A map of constraint ID to dual variable value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.