Skip to main content

Highs_setLogicalBasis

Function Highs_setLogicalBasis 

Source
pub unsafe extern "C" fn Highs_setLogicalBasis(
    highs: *mut c_void,
) -> HighsInt
Expand 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.