pub unsafe extern "C" fn Highs_setLogicalBasis(
highs: *mut c_void,
) -> HighsIntExpand description
Set a logical basis in the model.
@param highs A pointer to the Highs instance.
@returns A kHighsStatus constant indicating whether the call succeeded.