3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-04 02:10:23 +00:00

do not use lemmase in monomial propagation

This commit is contained in:
Lev Nachmanson 2023-09-22 14:27:26 -07:00
parent 5d8779b05d
commit caa929f01f
5 changed files with 75 additions and 26 deletions

View file

@ -451,7 +451,7 @@ private:
void save_tableau();
bool integrality_holds();
void calculate_implied_bounds_for_monic(lp::lpvar v);
void init_bound_propagation(vector<lemma>&);
void init_bound_propagation();
}; // end of core
struct pp_mon {