pub fn verify_parameterized(
property: &VerifyExpr,
parameter: &str,
param_type: VerifyType,
constraint: Option<&VerifyExpr>,
) -> ParameterizedResultExpand description
Verify a parameterized property.
Uses Z3 quantifiers to check: forall param. constraint(param) -> property(param). Falls back to bounded enumeration if quantifier reasoning times out.