mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									186a3c58e5
								
							
						
					
					
						commit
						ca2497eecb
					
				
					 2 changed files with 3 additions and 4 deletions
				
			
		|  | @ -1914,9 +1914,8 @@ public: | |||
|         return mk_fresh_const(prefix.c_str(), s, skolem);         | ||||
|     } | ||||
| 
 | ||||
|     app * mk_fresh_const(symbol const& prefix, sort * s, bool skolem = true) {  | ||||
|         auto str = prefix.str(); | ||||
|         return mk_fresh_const(str.c_str(), s, skolem); | ||||
|     app * mk_fresh_const(symbol const& prefix, sort * s, bool skolem = true) { | ||||
|         return mk_const(mk_fresh_func_decl(prefix, symbol::null, 0, nullptr, s, skolem)); | ||||
|     } | ||||
| 
 | ||||
|     symbol mk_fresh_var_name(char const * prefix = nullptr); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue