mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	disable ackermannize on goal
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									ff3cff06b2
								
							
						
					
					
						commit
						85fb6f59de
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -805,7 +805,8 @@ namespace opt { | |||
|             and_then(mk_simplify_tactic(m, m_params),  | ||||
|                      mk_propagate_values_tactic(m), | ||||
|                      mk_solve_eqs_tactic(m), | ||||
|                      mk_ackermannize_bv_tactic(m, m_params),  | ||||
|                      // NB: cannot ackermannize because max/min objectives would disappear
 | ||||
|                      // mk_ackermannize_bv_tactic(m, m_params), 
 | ||||
|                      // NB: mk_elim_uncstr_tactic(m) is not sound with soft constraints
 | ||||
|                      mk_simplify_tactic(m));    | ||||
|         opt_params optp(m_params); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue