SCIPsetSubscipDepth

Function SCIPsetSubscipDepth 

Source
pub unsafe extern "C" fn SCIPsetSubscipDepth(
    scip: *mut SCIP,
    newdepth: c_int,
)
Expand description

sets depth of scip instance

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

@note SCIP stage does not get changed

See \ref SCIP_Stage “SCIP_STAGE” for a complete list of all possible solving stages.