mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	re-introduce eq2ineq name for rewriting parameter
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									93474c0263
								
							
						
					
					
						commit
						5492d0e135
					
				
					 9 changed files with 28 additions and 53 deletions
				
			
		| 
						 | 
				
			
			@ -1835,16 +1835,16 @@ namespace pdr {
 | 
			
		|||
                !m_params.pdr_use_convex_interior_generalizer()) {
 | 
			
		||||
                if (classify.is_dl()) {
 | 
			
		||||
                    m_fparams.m_arith_mode = AS_DIFF_LOGIC;
 | 
			
		||||
                    m_fparams.m_arith_expand_eqs = true;
 | 
			
		||||
                    m_fparams.m_arith_eq2ineq = true;
 | 
			
		||||
                }
 | 
			
		||||
                else if (classify.is_utvpi()) {
 | 
			
		||||
                    IF_VERBOSE(1, verbose_stream() << "UTVPI\n";);
 | 
			
		||||
                    m_fparams.m_arith_mode = AS_UTVPI;
 | 
			
		||||
                    m_fparams.m_arith_expand_eqs = true;
 | 
			
		||||
                    m_fparams.m_arith_eq2ineq = true;
 | 
			
		||||
                }
 | 
			
		||||
                else {
 | 
			
		||||
                    m_fparams.m_arith_mode = AS_ARITH;
 | 
			
		||||
                    m_fparams.m_arith_expand_eqs = false;
 | 
			
		||||
                    m_fparams.m_arith_eq2ineq = false;
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue