mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	tabs
This commit is contained in:
		
							parent
							
								
									3bea00efe3
								
							
						
					
					
						commit
						a21d701fa1
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -40,12 +40,12 @@ tactic * mk_ufbv_preprocessor_tactic(ast_manager & m, params_ref const & p) { | |||
|     no_elim_and.set_bool("elim_and", false); | ||||
| 
 | ||||
|     return and_then( | ||||
| 		mk_trace_tactic("ufbv_pre"), | ||||
|         mk_trace_tactic("ufbv_pre"), | ||||
|                 and_then(mk_simplify_tactic(m, p), | ||||
|                          mk_propagate_values_tactic(m, p), | ||||
|                          and_then(using_params(mk_macro_finder_tactic(m, no_elim_and), no_elim_and),  | ||||
| 				  mk_simplify_tactic(m, p)), | ||||
|                          and_then(mk_snf_tactic(m, p), mk_simplify_tactic(m, p)),			  | ||||
|                   mk_simplify_tactic(m, p)), | ||||
|                          and_then(mk_snf_tactic(m, p), mk_simplify_tactic(m, p)),              | ||||
|                          mk_elim_and_tactic(m, p), | ||||
|                          mk_solve_eqs_tactic(m, p), | ||||
|                          and_then(mk_der_fp_tactic(m, p), mk_simplify_tactic(m, p)), | ||||
|  | @ -56,7 +56,7 @@ tactic * mk_ufbv_preprocessor_tactic(ast_manager & m, params_ref const & p) { | |||
|                          and_then(mk_quasi_macros_tactic(m, p), mk_simplify_tactic(m, p)), | ||||
|                          and_then(mk_der_fp_tactic(m, p), mk_simplify_tactic(m, p)), | ||||
|                          mk_simplify_tactic(m, p)), | ||||
| 		mk_trace_tactic("ufbv_post")); | ||||
|         mk_trace_tactic("ufbv_post")); | ||||
| } | ||||
| 
 | ||||
| tactic * mk_ufbv_tactic(ast_manager & m, params_ref const & p) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue