View source: R/reduction_solvers.R
extract_dual_value | R Documentation |
Gets a specified value of a dual variable.
extract_dual_value(result_vec, offset, constraint)
result_vec |
A vector containing the dual variable values. |
offset |
An offset to get correct index of dual values. |
constraint |
A list of the constraints in the problem. |
A list of a dual variable value and its offset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.