mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 06:15:46 +00:00
parent
adb9a1c797
commit
f96133f4d9
4 changed files with 33 additions and 7 deletions
|
@ -5525,6 +5525,11 @@ extern "C" {
|
|||
|
||||
/**
|
||||
\brief Convert a goal into a DIMACS formatted string.
|
||||
The goal must be in CNF. You can convert a goal to CNF
|
||||
by applying the tseitin-cnf tactic. Bit-vectors are not automatically
|
||||
converted to Booleans either, so the caller intends to
|
||||
preserve satisfiability, it should apply bit-blasting tactics.
|
||||
Quantifiers and theory atoms will not be encoded.
|
||||
|
||||
def_API('Z3_goal_to_dimacs_string', STRING, (_in(CONTEXT), _in(GOAL)))
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue