mirror of
https://github.com/Z3Prover/z3
synced 2026-03-22 12:38:52 +00:00
Fix documentation for Z3_solver_to_dimacs_string (#9053)
Corrected the function name in the documentation comment.
This commit is contained in:
parent
afe4bfcab2
commit
43009600d4
1 changed files with 1 additions and 1 deletions
|
|
@ -7656,7 +7656,7 @@ extern "C" {
|
|||
|
||||
/**
|
||||
\brief Convert a solver into a DIMACS formatted string.
|
||||
\sa Z3_goal_to_diamcs_string for requirements.
|
||||
\sa Z3_goal_to_dimacs_string for requirements.
|
||||
|
||||
def_API('Z3_solver_to_dimacs_string', STRING, (_in(CONTEXT), _in(SOLVER), _in(BOOL)))
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue