3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

cleanup and some changes in TRACE statements

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-07-31 17:49:03 -07:00
parent 82115e69ac
commit 8d05894db7
5 changed files with 3 additions and 180 deletions

View file

@ -289,9 +289,6 @@ public:
lp::lp_settings& lp_settings();
const lp::lp_settings& lp_settings() const;
unsigned random();
void map_monomial_vars_to_monomial_indices(unsigned i);
void map_vars_to_monomials();
// we look for octagon constraints here, with a left part +-x +- y
void collect_equivs();