mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
disable order and tangent lemmas on reals
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
81b3c440ce
commit
16478b415b
6 changed files with 31 additions and 25 deletions
|
@ -435,6 +435,7 @@ class theory_lra::imp {
|
|||
|
||||
void found_unsupported(expr* n) {
|
||||
ctx().push_trail(value_trail<context, expr*>(m_not_handled));
|
||||
TRACE("arith", tout << "unsupported " << mk_pp(n, m) << "\n";);
|
||||
m_not_handled = n;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue