SCIPcomputeExprIntegrality

Function SCIPcomputeExprIntegrality 

Source
pub unsafe extern "C" fn SCIPcomputeExprIntegrality(
    scip: *mut SCIP,
    expr: *mut SCIP_EXPR,
) -> SCIP_RETCODE
Expand description

computes integrality information of a given expression and all its subexpressions

The integrality information can be accessed via SCIPexprGetIntegrality() and SCIPexprIsIntegral().