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