SCIPlpiGetSolverPointer

Function SCIPlpiGetSolverPointer 

Source
pub unsafe extern "C" fn SCIPlpiGetSolverPointer(
    lpi: *mut SCIP_LPI,
) -> *mut c_void
Expand description

gets pointer for LP solver - use only with great care

The behavior of this function depends on the solver and its use is therefore only recommended if you really know what you are doing. In general, it returns a pointer to the LP solver object.