mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
reverting signed mon_eq, try to rely on canonization state during add/pop
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6877840342
commit
8a665e25ed
12 changed files with 110 additions and 91 deletions
|
@ -73,7 +73,6 @@ public:
|
|||
void push_back(factor const& v) { m_factors.push_back(v); }
|
||||
const monic& mon() const { return *m_mon; }
|
||||
void set_mon(const monic* m) { m_mon = m; }
|
||||
|
||||
};
|
||||
|
||||
struct const_iterator_mon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue