mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
regression from July 4 2020 tweeted by Dr. RJ and crowd profiled - let's submit this somwhere?
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7373946d67
commit
31a5bd7fd7
2 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,7 @@ public:
|
|||
void reset();
|
||||
void cleanup();
|
||||
|
||||
obj_map<expr, expr*> const sub() const { return m_subst; }
|
||||
obj_map<expr, expr*> const & sub() const { return m_subst; }
|
||||
|
||||
std::ostream& display(std::ostream& out);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue