pub fn abstract_model(
init: &VerifyExpr,
predicates: &[VerifyExpr],
) -> AbstractModelExpand 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.