3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-09 01:11:55 +00:00

do not add term to hnf if one of the vars has v.y value

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2018-07-10 14:25:22 -07:00
parent 5cfc3591d2
commit 2dfb8f53b6
2 changed files with 23 additions and 10 deletions

View file

@ -577,5 +577,6 @@ public:
bool remove_from_basis(unsigned);
lar_term get_term_to_maximize(unsigned ext_j) const;
void set_cut_strategy(unsigned cut_frequency);
bool sum_first_coords(const lar_term& t, mpq & val) const;
};
}