mirror of
https://github.com/Z3Prover/z3
synced 2025-08-21 18:50:26 +00:00
add parameter to specify the file into which dot proofs are to be printed
This commit is contained in:
parent
24edb8fb47
commit
ed526b808d
3 changed files with 9 additions and 2 deletions
|
@ -30,6 +30,7 @@ class context_params {
|
|||
public:
|
||||
bool m_auto_config;
|
||||
bool m_proof;
|
||||
std::string m_dot_proof_file;
|
||||
bool m_interpolants;
|
||||
bool m_debug_ref_count;
|
||||
bool m_trace;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue