mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	fix compiler error reported by Luca
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									bee4716a85
								
							
						
					
					
						commit
						10894069b0
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -471,7 +471,8 @@ struct pb2bv_rewriter::imp {
 | 
			
		|||
                
 | 
			
		||||
                expr_ref gt = mod_ge(out, B, d_i + 1);
 | 
			
		||||
                expr_ref ge = mod_ge(out, B, d_i);
 | 
			
		||||
                result = mk_or(gt, mk_and(ge, result));                
 | 
			
		||||
                result = mk_and(ge, result);
 | 
			
		||||
                result = mk_or(gt, result);                
 | 
			
		||||
                TRACE("pb", tout << "b: " << b_i << " d: " << d_i << " gt: " << gt << " ge: " << ge << " " << result << "\n";);
 | 
			
		||||
 | 
			
		||||
                new_carry.reset();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue