mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	elim_uncnstr_tactic: remove m_imp idiom to reduce mem alloc
This commit is contained in:
		
							parent
							
								
									e1dc553228
								
							
						
					
					
						commit
						52f960a7c8
					
				
					 2 changed files with 806 additions and 832 deletions
				
			
		
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							| 
						 | 
				
			
			@ -16,8 +16,7 @@ Author:
 | 
			
		|||
Notes:
 | 
			
		||||
 | 
			
		||||
--*/
 | 
			
		||||
#ifndef ELIM_UNCNSTR_TACTIC_H_
 | 
			
		||||
#define ELIM_UNCNSTR_TACTIC_H_
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include "util/params.h"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -29,5 +28,3 @@ tactic * mk_elim_uncnstr_tactic(ast_manager & m, params_ref const & p = params_r
 | 
			
		|||
/*
 | 
			
		||||
  ADD_TACTIC("elim-uncnstr", "eliminate application containing unconstrained variables.", "mk_elim_uncnstr_tactic(m, p)")
 | 
			
		||||
*/
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue