mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	checkpoint
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
		
							parent
							
								
									ffaf88798d
								
							
						
					
					
						commit
						56ab7a7495
					
				
					 29 changed files with 25 additions and 66 deletions
				
			
		
							
								
								
									
										29
									
								
								src/model/model_smt2_pp.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								src/model/model_smt2_pp.h
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,29 @@
 | 
			
		|||
/*++
 | 
			
		||||
Copyright (c) 2011 Microsoft Corporation
 | 
			
		||||
 | 
			
		||||
Module Name:
 | 
			
		||||
 | 
			
		||||
    model_smt2_pp.h
 | 
			
		||||
 | 
			
		||||
Abstract:
 | 
			
		||||
 | 
			
		||||
    Pretty printer for models using SMT2 format.
 | 
			
		||||
 | 
			
		||||
Author:
 | 
			
		||||
 | 
			
		||||
    Leonardo de Moura (leonardo)
 | 
			
		||||
 | 
			
		||||
Revision History:
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
--*/
 | 
			
		||||
#ifndef _MODEL_SMT2_PP_H_
 | 
			
		||||
#define _MODEL_SMT2_PP_H_
 | 
			
		||||
 | 
			
		||||
#include"ast_printer.h"
 | 
			
		||||
#include"model_core.h"
 | 
			
		||||
 | 
			
		||||
void model_smt2_pp(std::ostream & out, ast_printer_context & ctx, model_core const & m, unsigned indent);
 | 
			
		||||
void model_smt2_pp(std::ostream & out, ast_manager & m, model_core const & md, unsigned indent);
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue