3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-05 09:37:44 +00:00

Remove old bounds code for now

This commit is contained in:
Jakob Rath 2023-03-16 13:23:37 +01:00
parent 93360318b2
commit ce04d9c73b
2 changed files with 6 additions and 180 deletions

View file

@ -69,7 +69,6 @@ namespace polysat {
bool try_tangent(pvar v, conflict& core, inequality const& c);
bool try_add_overflow_bound(pvar x, conflict& core, inequality const& axb_l_y);
bool try_add_mul_bound(pvar x, conflict& core, inequality const& axb_l_y);
bool try_add_mul_bound2(pvar x, conflict& core, inequality const& axb_l_y);
bool try_infer_parity_equality(pvar x, conflict& core, inequality const& a_l_b);
bool try_div_monotonicity(conflict& core);