mirror of
https://github.com/Z3Prover/z3
synced 2026-07-04 14:26:10 +00:00
add new option for adding tangent lemmas for integer monomials
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fc96f827a1
commit
2578218b6f
3 changed files with 80 additions and 29 deletions
|
|
@ -1871,7 +1871,6 @@ namespace nlsat {
|
|||
|
||||
|
||||
lbool search_check() {
|
||||
verbose_stream() << "search check\n";
|
||||
lbool r = l_undef;
|
||||
m_stats.m_conflicts = 0;
|
||||
m_stats.m_restarts = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue