mirror of
https://github.com/Z3Prover/z3
synced 2025-06-18 11:58:31 +00:00
integrating NB suggestions
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
ac0b8ba455
commit
0db79b1c79
1 changed files with 0 additions and 3 deletions
|
@ -202,9 +202,6 @@ public:
|
||||||
|
|
||||||
nex_mul() : m_coeff(rational(1)) {}
|
nex_mul() : m_coeff(rational(1)) {}
|
||||||
|
|
||||||
template <typename T>
|
|
||||||
nex_mul() : m_coeff() {}
|
|
||||||
|
|
||||||
const rational& coeff() const {
|
const rational& coeff() const {
|
||||||
return m_coeff;
|
return m_coeff;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue