pub unsafe extern "C" fn SCIPenableNLP(scip: *mut SCIP)Expand description
notifies SCIP that the NLP relaxation should be initialized in INITSOLVE
This method is typically called by a constraint handler that handles constraints that have a nonlinear representation as nonlinear rows, e.g., cons_nonlinear.
The function should be called before the branch-and-bound process is initialized, e.g., when presolve is exiting.
@pre This method can be called if SCIP is in one of the following stages: - \ref SCIP_STAGE_INITPRESOLVE - \ref SCIP_STAGE_PRESOLVING - \ref SCIP_STAGE_EXITPRESOLVE - \ref SCIP_STAGE_PRESOLVED