mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Refactoring ackermannization functionality.
This commit is contained in:
		
							parent
							
								
									53c187671f
								
							
						
					
					
						commit
						3e94a44540
					
				
					 11 changed files with 111 additions and 63 deletions
				
			
		
							
								
								
									
										7
									
								
								src/tactic/ackr_tactics/ackr_tactics.pyg
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								src/tactic/ackr_tactics/ackr_tactics.pyg
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,7 @@
 | 
			
		|||
def_module_params('ackr_tactics',
 | 
			
		||||
                  description='tactics based on solving UF-theories via ackermannization (see also ackr module)',
 | 
			
		||||
                  export=True,
 | 
			
		||||
                  params=(
 | 
			
		||||
                          ('sat_backend', BOOL, False, 'use SAT rather than SMT in qfufbv_ackr_tactic'),
 | 
			
		||||
                          ))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue