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:
parent
ac0b8ba455
commit
0db79b1c79
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue