mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
		
						commit
						808d2eb60f
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -245,6 +245,9 @@ expr_ref fpa2bv_converter::extra_quantify(expr * e)
 | 
			
		|||
    nv = uv.get_num_vars();
 | 
			
		||||
    subst_map.resize(uv.get_max_found_var_idx_plus_1());
 | 
			
		||||
 | 
			
		||||
    if (nv == 0)
 | 
			
		||||
        return expr_ref(e, m);
 | 
			
		||||
 | 
			
		||||
    for (unsigned i = 0; i < nv; i++)
 | 
			
		||||
    {
 | 
			
		||||
        if (uv.contains(i)) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue