mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
move lemma creation into nra_solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d706d43712
commit
8b546867f0
3 changed files with 15 additions and 20 deletions
|
@ -34,7 +34,7 @@ namespace nra {
|
|||
\brief Check feasiblity of linear constraints augmented by polynomial definitions
|
||||
that are added.
|
||||
*/
|
||||
lbool check(lp::explanation& ex);
|
||||
lbool check();
|
||||
|
||||
/*
|
||||
\brief determine whether nra check is needed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue