mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	prepare for variable scoping and autarkies
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									aeabdb4aae
								
							
						
					
					
						commit
						a74d18a695
					
				
					 18 changed files with 24 additions and 20 deletions
				
			
		| 
						 | 
				
			
			@ -108,7 +108,7 @@ namespace opt {
 | 
			
		|||
        virtual ast_manager& get_manager() const { return m; } 
 | 
			
		||||
        virtual lbool find_mutexes(expr_ref_vector const& vars, vector<expr_ref_vector>& mutexes);
 | 
			
		||||
        virtual lbool preferred_sat(expr_ref_vector const& asms, vector<expr_ref_vector>& cores);
 | 
			
		||||
        virtual expr_ref_vector cube(unsigned) { return expr_ref_vector(m); }
 | 
			
		||||
        virtual expr_ref_vector cube(expr_ref_vector&, unsigned) { return expr_ref_vector(m); }
 | 
			
		||||
        void set_logic(symbol const& logic);
 | 
			
		||||
 | 
			
		||||
        smt::theory_var add_objective(app* term);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue