pub unsafe extern "C" fn SCIPsetBasePointClosecuts(
scip: *mut SCIP,
sol: *mut SCIP_SOL,
) -> SCIP_RETCODEExpand 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.