mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	remove out
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									ec57d3b15c
								
							
						
					
					
						commit
						e3c35840bb
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -190,7 +190,6 @@ void asserted_formulas::push_scope() {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
void asserted_formulas::push_scope_core() {
 | 
			
		||||
    std::cout << "push\n";
 | 
			
		||||
    reduce();
 | 
			
		||||
    commit();
 | 
			
		||||
    SASSERT(inconsistent() || m_qhead == m_formulas.size() || m.limit().is_canceled());
 | 
			
		||||
| 
						 | 
				
			
			@ -261,7 +260,6 @@ bool asserted_formulas::check_well_sorted() const {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
void asserted_formulas::reduce() {
 | 
			
		||||
    std::cout << "reduce\n";
 | 
			
		||||
    if (inconsistent())
 | 
			
		||||
        return;
 | 
			
		||||
    if (canceled())
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue