mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	move qhead to attribute on the state instead of the simplifier,
- add sat.smt option to enable the new incremental core (it is not ready for mainstream consumption as cloning and other features are not implemented and it hasn't been tested in any detail yet). - move "name" into attribute on simplifier so it can be reused for diagnostics by the seq-simplifier.
This commit is contained in:
		
							parent
							
								
									ac023935a3
								
							
						
					
					
						commit
						dd1ca8f6bd
					
				
					 37 changed files with 132 additions and 85 deletions
				
			
		| 
						 | 
				
			
			@ -99,7 +99,7 @@ struct goal2sat::imp : public sat::sat_internalizer {
 | 
			
		|||
        sat_params sp(p);
 | 
			
		||||
        m_ite_extra  = p.get_bool("ite_extra", true);
 | 
			
		||||
        m_max_memory = megabytes_to_bytes(p.get_uint("max_memory", UINT_MAX));
 | 
			
		||||
        m_euf = sp.euf();
 | 
			
		||||
        m_euf = sp.euf() || sp.smt();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    void throw_op_not_handled(std::string const& s) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue