pub fn verify_with_z3<'tcx, F>(
values: HashMap<usize, ValueDomain<'tcx>>,
path_constraints: Vec<SymbolicDef<'tcx>>,
target_verifier: F,
) -> boolExpand description
Verifies a target property using Z3 SMT solver given variable domains and path constraints. Returns true if the property holds (UNSAT for negation), false otherwise.