mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +00:00
fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d15c0e396e
commit
5d08ebdffd
5 changed files with 10 additions and 7 deletions
|
@ -358,6 +358,8 @@ struct solver::imp {
|
|||
default:
|
||||
UNREACHABLE();
|
||||
}
|
||||
|
||||
IF_VERBOSE(1, verbose_stream() << "linear lemma: " << lemma << "\n");
|
||||
}
|
||||
m_nla_core.set_use_nra_model(true);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue