SCIPlpiIsStable

Function SCIPlpiIsStable 

Source
pub unsafe extern "C" fn SCIPlpiIsStable(lpi: *mut SCIP_LPI) -> c_uint
Expand description

returns TRUE iff current LP solution is stable

This function should return true if the solution is reliable, i.e., feasible and optimal (or proven infeasible/unbounded) with respect to the original problem. The optimality status might be with respect to a scaled version of the problem, but the solution might not be feasible to the unscaled original problem; in this case, SCIPlpiIsStable() should return false.