mirror of
https://github.com/Z3Prover/z3
synced 2025-10-04 23:13:57 +00:00
mark the position of the bug I found so I can recall it later
in process_concat_eq_type1() line 1048
This commit is contained in:
parent
5189c24d42
commit
f8c13792a3
2 changed files with 25 additions and 12 deletions
|
@ -136,6 +136,8 @@ namespace smt {
|
|||
|
||||
bool new_eq_check(expr * lhs, expr * rhs);
|
||||
void group_terms_by_eqc(expr * n, std::set<expr*> & concats, std::set<expr*> & vars, std::set<expr*> & consts);
|
||||
|
||||
void dump_assignments();
|
||||
public:
|
||||
theory_str(ast_manager & m);
|
||||
virtual ~theory_str();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue