3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 05:18:44 +00:00

integrating NB suggestions

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-12-11 11:50:29 -10:00
parent ac0b8ba455
commit 0db79b1c79

View file

@ -202,9 +202,6 @@ public:
nex_mul() : m_coeff(rational(1)) {}
template <typename T>
nex_mul() : m_coeff() {}
const rational& coeff() const {
return m_coeff;
}