pub unsafe extern "C" fn SCIPwritePip(
scip: *mut SCIP,
file: *mut FILE,
name: *const c_char,
transformed: c_uint,
objsense: SCIP_OBJSENSE,
objscale: f64,
objoffset: f64,
vars: *mut *mut SCIP_VAR,
nvars: c_int,
nbinvars: c_int,
nintvars: c_int,
nimplvars: c_int,
ncontvars: c_int,
conss: *mut *mut SCIP_CONS,
nconss: c_int,
result: *mut SCIP_RESULT,
) -> SCIP_RETCODEExpand description
writes problem to file