mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
emonics
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
316f2194e0
commit
cc74dd6373
5 changed files with 13 additions and 14 deletions
|
@ -87,7 +87,6 @@ svector<lpvar> core::sorted_rvars(const factor& f) const {
|
|||
svector<lpvar> r; r.push_back(map_to_root(f.var()));
|
||||
return r;
|
||||
}
|
||||
TRACE("nla_solver", tout << "nv";);
|
||||
return m_emons[f.var()].rvars();
|
||||
}
|
||||
|
||||
|
@ -799,7 +798,7 @@ void core::explain(const factorization& f, lp::explanation& exp) {
|
|||
}
|
||||
}
|
||||
|
||||
bool core:: has_zero_factor(const factorization& factorization) const {
|
||||
bool core::has_zero_factor(const factorization& factorization) const {
|
||||
for (factor f : factorization) {
|
||||
if (val(f).is_zero())
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue