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

try the lemma scheme

This commit is contained in:
Lev Nachmanson 2023-09-21 12:18:21 -07:00
parent e31cecf5db
commit f423642e9b
5 changed files with 72 additions and 123 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();
void init_bound_propagation(vector<lemma>&);
}; // end of core
struct pp_mon {