mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
z3str3: disable compute_contains() and get_grounded_concats() checks
This commit is contained in:
parent
127ef59ce4
commit
3c606ea9b2
|
@ -7626,9 +7626,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
|
||||
|
||||
|
|
Loading…
Reference in a new issue