mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									65da0f9f3a
								
							
						
					
					
						commit
						9c6271dded
					
				
					 14 changed files with 529 additions and 479 deletions
				
			
		| 
						 | 
				
			
			@ -1079,7 +1079,7 @@ def def_API(name, result, params):
 | 
			
		|||
def mk_bindings():
 | 
			
		||||
    exe_c.write("void register_z3_replayer_cmds(z3_replayer & in) {\n")
 | 
			
		||||
    for key, val in API2Id.items():
 | 
			
		||||
        exe_c.write("  in.register_cmd(%s, exec_%s);\n" % (key, val))
 | 
			
		||||
        exe_c.write("  in.register_cmd(%s, exec_%s, \"%s\");\n" % (key, val, val))
 | 
			
		||||
    exe_c.write("}\n")
 | 
			
		||||
 | 
			
		||||
def ml_method_name(name):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue