3
0
Fork 0
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:
Simon Cruanes 2017-10-24 10:16:22 +02:00
parent 24edb8fb47
commit ed526b808d
3 changed files with 9 additions and 2 deletions

View file

@ -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;