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:
parent
5d8779b05d
commit
caa929f01f
5 changed files with 75 additions and 26 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue