Function Highs_getObjectiveValue

Source
pub unsafe extern "C" fn Highs_getObjectiveValue(
    highs: *const c_void,
) -> f64
Expand description

Get the primal objective function value.

@param highs A pointer to the Highs instance.

@returns The primal objective function value