mirror of
https://github.com/Z3Prover/z3
synced 2026-03-01 11:16:54 +00:00
rebase with master
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
52d0a6d87c
commit
92577c39f6
5 changed files with 42 additions and 40 deletions
|
|
@ -849,7 +849,7 @@ void tst_nlsat_mv() {
|
|||
s.set_rvalues(assignment);
|
||||
|
||||
nlsat::scoped_literal_vector result(s);
|
||||
ex.main_operator(lits.size(), lits.data(), result);
|
||||
ex.compute_conflict_explanation(lits.size(), lits.data(), result);
|
||||
|
||||
std::cout << "main_operator root regression core:\n";
|
||||
s.display(std::cout, lits.size(), lits.data());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue