pub fn lindist3flow_values_from_standard_primal(
form: &LinDist3FlowStandardForm,
primal: &[f64],
) -> Result<LinDist3FlowOpfValues>Expand description
Decode a solver-coordinate primal vector into physical SI values.
ยงErrors
The primal vector has the wrong length or contains an inconsistent canonical semantic index.