mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-30 19:22:28 +00:00 
			
		
		
		
	make smt2 log scope aware
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									01f085ab53
								
							
						
					
					
						commit
						8bb2442a3f
					
				
					 5 changed files with 48 additions and 1 deletions
				
			
		|  | @ -59,6 +59,7 @@ extern "C" { | |||
| 
 | ||||
|     void solver2smt2_pp::push() { | ||||
|         m_out << "(push)\n"; | ||||
|         m_pp_util.push(); | ||||
|     } | ||||
| 
 | ||||
|     void solver2smt2_pp::reset() { | ||||
|  | @ -68,6 +69,7 @@ extern "C" { | |||
| 
 | ||||
|     void solver2smt2_pp::pop(unsigned n) { | ||||
|         m_out << "(pop " << n << ")\n"; | ||||
|         m_pp_util.pop(n); | ||||
|     } | ||||
| 
 | ||||
|     void solver2smt2_pp::check(unsigned n, expr* const* asms) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue