3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

Merge pull request #4319 from mtrberzi/disable-get-grounded-concats

Z3str3: disable compute_contains() and get_grounded_concats() checks
This commit is contained in:
Murphy Berzish 2020-05-15 20:42:07 -05:00 committed by GitHub
commit ba40b36176
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7728,9 +7728,11 @@ namespace smt {
var_eq_concat_map, var_eq_unroll_map,
concat_eq_constStr_map, concat_eq_concat_map, unrollGroupMap););
/*
if (!contain_pair_bool_map.empty()) {
compute_contains(aliasIndexMap, concats_eq_index_map, var_eq_constStr_map, concat_eq_constStr_map, var_eq_concat_map);
}
*/
// step 4: dependence analysis