Skip to main content

check_consistency

Function check_consistency 

Source
pub fn check_consistency(
    props: &[VerifyExpr],
    signals: &[String],
    bound: usize,
) -> ConsistencyResult
Expand description

Check if a set of properties can all hold simultaneously (legacy API).

Conjoins all properties and checks Z3 satisfiability. If UNSAT, identifies the conflicting pair(s).