SCIPaddDiveBoundChange

Function SCIPaddDiveBoundChange 

Source
pub unsafe extern "C" fn SCIPaddDiveBoundChange(
    scip: *mut SCIP,
    var: *mut SCIP_VAR,
    dir: SCIP_BRANCHDIR,
    value: f64,
    preferred: c_uint,
) -> SCIP_RETCODE
Expand description

adds a diving bound change to the diving bound change storage of SCIP together with the information if this is a bound change for the preferred direction or not

@return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref SCIP_Retcode “SCIP_RETCODE” for a complete list of error codes.

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

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