mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 03:32:28 +00:00 
			
		
		
		
	UFBV tactic fixed and cleanup.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
		
							parent
							
								
									2a295d9466
								
							
						
					
					
						commit
						6c2ef9e70c
					
				
					 8 changed files with 600 additions and 440 deletions
				
			
		
							
								
								
									
										28
									
								
								src/tactic/ufbv/quasi_macros_tactic.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								src/tactic/ufbv/quasi_macros_tactic.h
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,28 @@ | |||
| /*++
 | ||||
| Copyright (c) 2012 Microsoft Corporation | ||||
| 
 | ||||
| Module Name: | ||||
| 
 | ||||
|     quasi_macros_tactic.h | ||||
| 
 | ||||
| Abstract: | ||||
| 
 | ||||
|     Quasi-Macros | ||||
| 
 | ||||
| Author: | ||||
| 
 | ||||
|     Christoph (cwinter) 2012-10-26 | ||||
| 
 | ||||
| Notes: | ||||
| 
 | ||||
| --*/ | ||||
| #ifndef _QUASI_MACROS_TACTIC_H_ | ||||
| #define _QUASI_MACROS_TACTIC_H_ | ||||
| 
 | ||||
| #include"params.h" | ||||
| class ast_manager; | ||||
| class tactic; | ||||
| 
 | ||||
| tactic * mk_quasi_macros_tactic(ast_manager & m, params_ref const & p = params_ref()); | ||||
| 
 | ||||
| #endif | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue