mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 06:15:46 +00:00
add notes and tangent lemma
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0426b23d0c
commit
444084f396
6 changed files with 49 additions and 13 deletions
|
@ -54,6 +54,8 @@ namespace polysat {
|
|||
bool try_ugt_z(pvar z, conflict& core, inequality const& c);
|
||||
bool try_ugt_z(pvar z, conflict& core, inequality const& x_l_z0, inequality const& yz_l_xz, pdd const& y, pdd const& x);
|
||||
|
||||
bool try_tangent(pvar v, conflict& core, inequality const& c);
|
||||
|
||||
// c := lhs ~ v
|
||||
// where ~ is < or <=
|
||||
bool is_l_v(pvar v, inequality const& c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue