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