mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	restore debug clang/gcc build
This commit is contained in:
		
							parent
							
								
									21362c0b98
								
							
						
					
					
						commit
						380c701cbe
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1739,7 +1739,7 @@ namespace opt {
 | 
			
		|||
        for (unsigned i = 0; i < num_vars; ++i) {
 | 
			
		||||
            m_result.push_back(project(vars[i], compute_def));
 | 
			
		||||
            eliminate(vars[i], m_result.back());
 | 
			
		||||
            TRACE("opt", display(tout << "After projecting: v" << vars[i] << "\n" << m_result << "\n"););
 | 
			
		||||
            TRACE("opt", display(tout << "After projecting: v" << vars[i] << "\n"););
 | 
			
		||||
        }
 | 
			
		||||
        return m_result;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue