mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	move bdd to separate space
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									c560ee54e8
								
							
						
					
					
						commit
						1fdde9e056
					
				
					 7 changed files with 36 additions and 35 deletions
				
			
		| 
						 | 
				
			
			@ -15,7 +15,8 @@ def init_project_def():
 | 
			
		|||
    init_version()
 | 
			
		||||
    add_lib('util', [], includes2install = ['z3_version.h'])
 | 
			
		||||
    add_lib('polynomial', ['util'], 'math/polynomial')
 | 
			
		||||
    add_lib('sat', ['util'])
 | 
			
		||||
    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')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue