Skip to main content

abstract_model

Function abstract_model 

Source
pub fn abstract_model(
    init: &VerifyExpr,
    predicates: &[VerifyExpr],
) -> AbstractModel
Expand description

Create an abstract model from initial state and predicates (legacy 2-arg API).

Without the transition relation, the abstract transition cannot be computed properly, so it defaults to the conjunction of predicates as a conservative overapproximation.