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:
parent
5188f4d82e
commit
93835eab05
|
@ -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)))
|
||||
*/
|
||||
|
|
|
@ -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)))
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue