3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00

fix ordered lemma

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-05-05 12:58:38 -07:00
parent 54ba889b7b
commit 59e8382909
4 changed files with 4 additions and 4 deletions

View file

@ -49,7 +49,7 @@ public:
}
bool sign() const { return m_sign; }
bool& sign() { return m_sign; }
rational rsign() const { return m_sign? rational(-1) : rational(1); }
rational rat_sign() const { return m_sign? rational(-1) : rational(1); }
};