mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	remove min/max, use qmax; disable cancellation during model evaluation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									d2622da747
								
							
						
					
					
						commit
						1aa3fdab8a
					
				
					 12 changed files with 19 additions and 234 deletions
				
			
		| 
						 | 
				
			
			@ -114,17 +114,6 @@ namespace qe {
 | 
			
		|||
        void collect_statistics(statistics& st) const;
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    class max_min_opt {
 | 
			
		||||
        struct imp;
 | 
			
		||||
        imp* m_imp;
 | 
			
		||||
    public:
 | 
			
		||||
        max_min_opt(ast_manager& m, params_ref const& p = params_ref());
 | 
			
		||||
        ~max_min_opt();
 | 
			
		||||
        void add(expr* e);
 | 
			
		||||
        void add(expr_ref_vector const& fmls);
 | 
			
		||||
        lbool check(svector<bool> const& is_max, app_ref_vector const& vars, app* t);
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    lbool maximize(expr_ref_vector const& fmls, app* t, opt::inf_eps& value, model_ref& mdl, params_ref const& p);
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue