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:
parent
6dfc2dd910
commit
bcaad06061
2 changed files with 9 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue