mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 05:18:44 +00:00
make factorization_factory.m_vars an alias
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
bdabd52fb9
commit
aeef6fd2d4
|
@ -104,7 +104,7 @@ struct const_iterator_mon {
|
|||
};
|
||||
|
||||
struct factorization_factory {
|
||||
const svector<lpvar> m_vars;
|
||||
const svector<lpvar>& m_vars;
|
||||
const monomial* m_monomial;
|
||||
// returns true if found
|
||||
virtual bool find_rm_monomial_of_vars(const svector<lpvar>& vars, unsigned& i) const = 0;
|
||||
|
|
Loading…
Reference in a new issue