pub fn collect_int_vars_pub(
expr: &VerifyExpr,
int_vars: &mut HashMap<String, Int>,
)Expand description
Collect integer-typed variable names from a VerifyExpr (public API).
pub fn collect_int_vars_pub(
expr: &VerifyExpr,
int_vars: &mut HashMap<String, Int>,
)Collect integer-typed variable names from a VerifyExpr (public API).