3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

Correct Z3_(fixedpoint|optimize)_from_file param doc.

This commit is contained in:
Bruce Mitchener 2018-11-19 13:04:07 +07:00
parent 5188f4d82e
commit 93835eab05
2 changed files with 2 additions and 2 deletions

View file

@ -308,7 +308,7 @@ extern "C" {
\param c - context.
\param f - fixedpoint context.
\param s - string containing SMT2 specification.
\param s - path to file containing SMT2 specification.
def_API('Z3_fixedpoint_from_file', AST_VECTOR, (_in(CONTEXT), _in(FIXEDPOINT), _in(STRING)))
*/

View file

@ -252,7 +252,7 @@ extern "C" {
\param c - context.
\param o - optimize context.
\param s - string containing SMT2 specification.
\param s - path to file containing SMT2 specification.
def_API('Z3_optimize_from_file', VOID, (_in(CONTEXT), _in(OPTIMIZE), _in(STRING)))
*/