pub unsafe extern "C" fn SCIPsparseSolCreate(
    sparsesol: *mut *mut SCIP_SPARSESOL,
    vars: *mut *mut SCIP_VAR,
    nvars: c_int,
    cleared: c_uint
) -> SCIP_RETCODE
Expand description

creates a sparse solution