mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	better encodings for at-most-1, #755
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									5d9820f3e2
								
							
						
					
					
						commit
						8d2b70a5e2
					
				
					 17 changed files with 232 additions and 253 deletions
				
			
		| 
						 | 
				
			
			@ -106,6 +106,7 @@ namespace opt {
 | 
			
		|||
        virtual expr * get_assertion(unsigned idx) const;
 | 
			
		||||
        virtual std::ostream& display(std::ostream & out) const;
 | 
			
		||||
        virtual ast_manager& get_manager() const { return m; } 
 | 
			
		||||
        virtual lbool find_mutexes(expr_ref_vector const& vars, vector<expr_ref_vector>& mutexes);
 | 
			
		||||
        void set_logic(symbol const& logic);
 | 
			
		||||
 | 
			
		||||
        smt::theory_var add_objective(app* term);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue