mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
add lemmas
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
75a64975b5
commit
b581cbf062
3 changed files with 66 additions and 18 deletions
|
@ -52,6 +52,7 @@ namespace polysat {
|
|||
bool try_factor_equality(pvar x, conflict& core, inequality const& a_l_b);
|
||||
bool try_mul_eq_1(pvar x, conflict& core, inequality const& axb_l_y);
|
||||
bool try_mul_odd(pvar x, conflict& core, inequality const& axb_l_y);
|
||||
bool try_transitivity(pvar x, conflict& core, inequality const& axb_l_y);
|
||||
bool try_tangent(pvar v, conflict& core, inequality const& c);
|
||||
|
||||
// c := lhs ~ v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue