SCIPsetBasePointClosecuts

Function SCIPsetBasePointClosecuts 

Source
pub unsafe extern "C" fn SCIPsetBasePointClosecuts(
    scip: *mut SCIP,
    sol: *mut SCIP_SOL,
) -> SCIP_RETCODE
Expand description

sets point to be used as base point for computing the point to be separated

The point is only stored if separation of relative interior points is used. The solution is copied.