3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-24 03:57:51 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-09-20 07:27:48 -07:00
parent d3d05e2e99
commit ba5c9c3883
3 changed files with 16 additions and 11 deletions

View file

@ -33,6 +33,8 @@ Revision History:
#include "ast/ast_smt_pp.h"
#include "util/smt2_util.h"
std::string ensure_quote(symbol const& s);
class smt2_pp_environment {
protected:
mutable smt_renaming m_renaming;