Function SCIPgetNLPFracVars

Source
pub unsafe extern "C" fn SCIPgetNLPFracVars(
    scip: *mut SCIP,
    fracvars: *mut *mut *mut SCIP_VAR,
    fracvarssol: *mut *mut f64,
    fracvarsfrac: *mut *mut f64,
    nfracvars: *mut c_int,
    npriofracvars: *mut c_int,
) -> SCIP_RETCODE
Expand description

gets fractional variables of last NLP solution along with solution values and fractionalities

@return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref SCIP_Retcode “SCIP_RETCODE” for a complete list of error codes.

@pre This method can be called if SCIP is in one of the following stages: - \ref SCIP_STAGE_INITSOLVE - \ref SCIP_STAGE_SOLVING