mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +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
|
@ -24,6 +24,7 @@ namespace polysat {
|
|||
pdd m_rhs;
|
||||
|
||||
ule_constraint(constraint_manager& m, pdd const& l, pdd const& r);
|
||||
void simplify();
|
||||
|
||||
public:
|
||||
~ule_constraint() override {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue