mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
make proto-model evaluation use model_evaluator instead of legacy evaluator
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6fef24edb4
commit
70f13ced33
22 changed files with 528 additions and 297 deletions
|
@ -1591,7 +1591,6 @@ bool theory_seq::solve_ne(unsigned idx) {
|
|||
}
|
||||
|
||||
bool theory_seq::solve_nc(unsigned idx) {
|
||||
context& ctx = get_context();
|
||||
nc const& n = m_ncs[idx];
|
||||
|
||||
dependency* deps = n.deps();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue