pub unsafe extern "C" fn SCIPupdateStartpointHeurSubNlp(
scip: *mut SCIP,
heur: *mut SCIP_HEUR,
solcand: *mut SCIP_SOL,
violation: f64,
) -> SCIP_RETCODEExpand description
updates the starting point for the NLP heuristic
Is called, for example, by a constraint handler that handles nonlinear constraints when a check on feasibility of a solution fails.