mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	revert unsound change in integer extraction from expressions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									b6cc24faf3
								
							
						
					
					
						commit
						893bcbb585
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -4667,6 +4667,7 @@ namespace smt {
 | 
			
		|||
            return true;
 | 
			
		||||
        } else {
 | 
			
		||||
            TRACE("str", tout << "root of eqc of " << mk_pp(e, m) << " is not a numeral" << std::endl;);
 | 
			
		||||
            return false;
 | 
			
		||||
            theory_mi_arith* tha = get_th_arith(ctx, m_autil.get_family_id(), e);
 | 
			
		||||
            if (!tha) return false;
 | 
			
		||||
            expr_ref val_e(m);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue