mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-30 19:22:28 +00:00 
			
		
		
		
	Fix a comment for Z3_solver_from_string (#7271)
Z3_solver_from_string accepts a string buffer with solver assertions, not a string buffer with filename.
This commit is contained in:
		
							parent
							
								
									36686ef31a
								
							
						
					
					
						commit
						0961ebb192
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -7018,7 +7018,7 @@ extern "C" { | |||
| 
 | ||||
|        def_API('Z3_solver_from_string', VOID, (_in(CONTEXT), _in(SOLVER), _in(STRING))) | ||||
|     */ | ||||
|     void Z3_API Z3_solver_from_string(Z3_context c, Z3_solver s, Z3_string file_name); | ||||
|     void Z3_API Z3_solver_from_string(Z3_context c, Z3_solver s, Z3_string str); | ||||
| 
 | ||||
|     /**
 | ||||
|        \brief Return the set of asserted formulas on the solver. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue