Function SCIPgetParams

Source
pub unsafe extern "C" fn SCIPgetParams(
    scip: *mut SCIP,
) -> *mut *mut SCIP_PARAM
Expand description

returns the array of all available SCIP parameters

@return SCIP_PARAM* array, containing all SCIP parameters.