mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	fix bug introduced in fix of #1798
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									d270df67f7
								
							
						
					
					
						commit
						95963f71f4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -506,7 +506,7 @@ namespace smt {
 | 
			
		|||
 | 
			
		||||
            mk_axiom(eqz, eq,    true);
 | 
			
		||||
            mk_axiom(eqz, lower, false);
 | 
			
		||||
            mk_axiom(eqz, upper, false);
 | 
			
		||||
            mk_axiom(eqz, upper, !m_util.is_numeral(abs_divisor));
 | 
			
		||||
            rational k;
 | 
			
		||||
            context& ctx = get_context();
 | 
			
		||||
            (void)ctx;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue