pub unsafe extern "C" fn SCIPgetNLPVarsLbDualsol(
scip: *mut SCIP,
) -> *mut f64Expand description
returns dual solution values associated with lower 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