3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-04 06:53:58 +00:00

add theory name; add debug info for freeVar_map

This commit is contained in:
Murphy Berzish 2016-05-07 17:47:50 -04:00
parent 6dfc2dd910
commit bcaad06061
2 changed files with 9 additions and 4 deletions

View file

@ -205,6 +205,8 @@ namespace smt {
public:
theory_str(ast_manager & m);
virtual ~theory_str();
virtual char const * get_name() const { return "strings"; }
protected:
virtual bool internalize_atom(app * atom, bool gate_ctx);
virtual bool internalize_term(app * term);