mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
more fpa
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
79162b96f3
commit
08a87b102c
10 changed files with 163 additions and 138 deletions
|
@ -29,6 +29,8 @@ namespace euf {
|
|||
deps.topological_sort();
|
||||
dependencies2values(deps, mdl);
|
||||
values2model(deps, mdl);
|
||||
for (auto* mb : m_solvers)
|
||||
mb->finalize_model(*mdl);
|
||||
}
|
||||
|
||||
bool solver::include_func_interp(func_decl* f) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue