mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 13:18:55 +00:00
use explanation.h for conflict explanations everywhere
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
fd0f6bcbf9
commit
0911fc2bda
10 changed files with 43 additions and 42 deletions
|
@ -39,7 +39,7 @@ namespace nra {
|
|||
\brief Check feasiblity of linear constraints augmented by polynomial definitions
|
||||
that are added.
|
||||
*/
|
||||
lbool check(lp::explanation_t& ex);
|
||||
lbool check(lp::explanation& ex);
|
||||
|
||||
/*
|
||||
\brief determine whether nra check is needed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue