mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	add smt params dependency
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									4244ce4aad
								
							
						
					
					
						commit
						0440cfeea7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -38,7 +38,7 @@ def init_project_def():
 | 
			
		|||
    add_lib('proofs', ['rewriter', 'util'], 'ast/proofs')
 | 
			
		||||
    add_lib('solver', ['model', 'tactic', 'proofs'])
 | 
			
		||||
    add_lib('cmd_context', ['solver', 'rewriter'])
 | 
			
		||||
    add_lib('sat_smt', ['sat', 'euf', 'tactic'], 'sat/smt')
 | 
			
		||||
    add_lib('sat_smt', ['sat', 'euf', 'tactic', 'smt_params'], 'sat/smt')
 | 
			
		||||
    add_lib('sat_tactic', ['tactic', 'sat', 'solver', 'sat_smt'], 'sat/tactic')        
 | 
			
		||||
    add_lib('smt2parser', ['cmd_context', 'parser_util'], 'parsers/smt2')
 | 
			
		||||
    add_lib('pattern', ['normal_forms', 'smt2parser', 'rewriter'], 'ast/pattern')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue