3
0
Fork 0
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:
Mark DenHoed 2026-03-20 17:18:13 +00:00 committed by GitHub
parent afe4bfcab2
commit 43009600d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)))
*/