SCIPgetNLPVarsUbDualsol

Function SCIPgetNLPVarsUbDualsol 

Source
pub unsafe extern "C" fn SCIPgetNLPVarsUbDualsol(
    scip: *mut SCIP,
) -> *mut f64
Expand description

returns dual solution values associated with upper bounds of NLP variables

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