mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	add anf
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									bd5670a30b
								
							
						
					
					
						commit
						40a4326ad4
					
				
					 20 changed files with 860 additions and 465 deletions
				
			
		| 
						 | 
				
			
			@ -16,16 +16,17 @@ def init_project_def():
 | 
			
		|||
    add_lib('util', [], includes2install = ['z3_version.h'])
 | 
			
		||||
    add_lib('polynomial', ['util'], 'math/polynomial')
 | 
			
		||||
    add_lib('dd', ['util'], 'math/dd')
 | 
			
		||||
    add_lib('sat', ['util','dd'])
 | 
			
		||||
    add_lib('nlsat', ['polynomial', 'sat'])
 | 
			
		||||
    add_lib('lp', ['util','nlsat'], 'util/lp')
 | 
			
		||||
    add_lib('hilbert', ['util'], 'math/hilbert')
 | 
			
		||||
    add_lib('simplex', ['util'], 'math/simplex')
 | 
			
		||||
    add_lib('hilbert', ['util'], 'math/hilbert')
 | 
			
		||||
    add_lib('automata', ['util'], 'math/automata')
 | 
			
		||||
    add_lib('interval', ['util'], 'math/interval')
 | 
			
		||||
    add_lib('realclosure', ['interval'], 'math/realclosure')
 | 
			
		||||
    add_lib('subpaving', ['interval'], 'math/subpaving')
 | 
			
		||||
    add_lib('ast', ['util', 'polynomial'])
 | 
			
		||||
    add_lib('grobner', ['ast', 'dd', 'simplex'], 'math/grobner')    
 | 
			
		||||
    add_lib('sat', ['util','dd', 'grobner'])    
 | 
			
		||||
    add_lib('nlsat', ['polynomial', 'sat'])
 | 
			
		||||
    add_lib('lp', ['util','nlsat'], 'util/lp')
 | 
			
		||||
    add_lib('rewriter', ['ast', 'polynomial', 'automata'], 'ast/rewriter')
 | 
			
		||||
    add_lib('macros', ['rewriter'], 'ast/macros')
 | 
			
		||||
    add_lib('normal_forms', ['rewriter'], 'ast/normal_forms')
 | 
			
		||||
| 
						 | 
				
			
			@ -33,7 +34,6 @@ def init_project_def():
 | 
			
		|||
    add_lib('tactic', ['ast', 'model'])
 | 
			
		||||
    add_lib('substitution', ['ast', 'rewriter'], 'ast/substitution')
 | 
			
		||||
    add_lib('parser_util', ['ast'], 'parsers/util')
 | 
			
		||||
    add_lib('grobner', ['ast', 'dd', 'simplex'], 'math/grobner')
 | 
			
		||||
    add_lib('euclid', ['util'], 'math/euclid')
 | 
			
		||||
    add_lib('proofs', ['rewriter', 'util'], 'ast/proofs')
 | 
			
		||||
    add_lib('solver', ['model', 'tactic', 'proofs'])
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue