mirror of
https://github.com/Z3Prover/z3
synced 2025-04-04 16:44:07 +00:00
* reorg sls * sls * na * split into base and plugin * move sat_params to params directory, add op_def repair options * move sat_ddfw to sls, initiate sls-bv-plugin * porting bv-sls * adding basic plugin * na Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * add sls-sms solver * bv updates * updated dependencies Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * updated dependencies Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * use portable ptr-initializer Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * move definitions to cpp Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * use template<> syntax Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fix compiler errors for gcc Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * Bump docker/build-push-action from 6.0.0 to 6.1.0 (#7265) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * set clean shutdown for local search and re-enable local search when it parallelizes with PB solver Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * Bump docker/build-push-action from 6.1.0 to 6.2.0 (#7269) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix a comment for Z3_solver_from_string (#7271) Z3_solver_from_string accepts a string buffer with solver assertions, not a string buffer with filename. * trigger the build with a comment change Signed-off-by: Lev Nachmanson <levnach@hotmail.com> * remove macro distinction #7270 * fix #7268 * kludge to address #7232, probably superseeded by planned revision to setup/pypi Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * add new ema invariant (#7288) * Bump docker/build-push-action from 6.2.0 to 6.3.0 (#7280) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * merge Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fix unit test build Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * remove shared attribute Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * remove stale files Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fix build of unit test Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fixes and rename sls-cc to sls-euf-plugin Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * na Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * testing / debugging arithmetic * updates to repair logic, mainly arithmetic * fixes to sls * evolve sls arith * bugfixes in sls-arith * fix typo Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * bug fixes * Update sls_test.cpp * fixes * fixes Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fix build Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * refactor basic plugin and clause generation Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fixes to ite and other Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * updates * update Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fix division by 0 Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * disable fail restart Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * disable tabu when using reset moves Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * update sls_test Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * add factoring Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fixes to semantics Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * re-add tabu override Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * generalize factoring Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fix bug Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * remove restart Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * disable tabu in fallback modes Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * localize impact of factoring Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * delay factoring Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * flatten products Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * perform lookahead update + nested mul Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * disable nested mul Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * disable nested mul, use non-lookahead Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * make reset updates recursive Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * include linear moves Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * include 5% reset probability Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * separate linear update Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * separate linear update remove 20% threshold Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * remove linear opt Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * enable multiplier expansion, enable linear move Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * use unit coefficients for muls Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * disable non-tabu version of find_nl_moves Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * remove coefficient from multiplication definition Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * reorg monomials Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * add smt params to path Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * avoid negative reward Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * use reward as proxy for score Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * use reward as proxy for score Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * use exponential decay with breaks Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * use std::pow Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fixes to bv Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fixes to fixed Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fixup repairs Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * reserve for multiplication Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fixing repair Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * include bounds checks in set random * na * fixes to mul Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fix mul inverse Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fixes to handling signed operators Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * logging and fixes Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * gcm Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * peli Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * Add .env to gitignore to prevent environment files from being tracked * Add m_num_pelis counter to stats in sls_context * Remove m_num_pelis member from stats struct in sls_context * Enhance bv_sls_eval with improved repair and logging, refine is_bv_predicate in sls_bv_plugin * Remove verbose logging in register_term function of sls_basic_plugin and fix formatting in sls_context * Rename source files for consistency in `src/ast/sls` directory * Refactor bv_sls files to sls_bv with namespace and class name adjustments * Remove typename from member declarations in bv_fixed class * fixing conca Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * Add initial implementation of bit-vector SLS evaluation module in bv_sls_eval.cpp * Remove bv_sls_eval.cpp as part of code cleanup and refactoring * Refactor alignment of member variables in bv_plugin of sls namespace * Rename SLS engine related files to reflect their specific use for bit-vectors * Refactor SLS engine and evaluator components for bit-vector specifics and adjust memory manager alignment * Enhance bv_eval with use_current, lookahead strategies, and randomization improvements in SLS module * Refactor verbose logging and fix logic in range adjustment functions in sls bv modules * Remove commented verbose output in sls_bv_plugin.cpp during repair process * Add early return after setting fixed subterms in sls_bv_fixed.cpp * Remove redundant return statement in sls_bv_fixed.cpp * fixes to new value propagation Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * Refactor sls bv evaluation and fix logic checks for bit operations * Add array plugin support and update bv_eval in ast_sls module * Add array, model value, and user sort plugins to SLS module with enhancements in array propagation logic * Refactor array_plugin in sls to improve handling of select expressions with multiple arguments * Enhance array plugin with early termination and propagation verification, and improve euf and user sort plugins with propagation adjustments and debugging enhancements * Add support for handling 'distinct' expressions in SLS context and user sort plugin * Remove model value and user sort plugins from SLS theory * replace user plugin by euf plugin Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * remove extra file Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * Refactor handling of term registration and enhance distinct handling in sls_euf_plugin * Add TODO list for enhancements in sls_euf_plugin.cpp * add incremental mode * updated package * fix sls build Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * break sls build Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fix build * break build again * fix build Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fixes Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fixing incremental Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * avoid units Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fixup handling of disequality propagation Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fx Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * recover shift-weight loop Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * alternate Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * throttle save model Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * allow for alternating Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fix test for new signature of flip Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * bug fixes Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * restore use of value_hash Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fixes Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * adding dt plugin Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * adt Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * dt updates Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * added cycle detection Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * updated sls-datatype Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * Refactor context management, improve datatype handling, and enhance logging in sls plugins. * axiomatize dt Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * add missing factory plugins to model Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fixup finite domain search Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fixup finite domain search Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fixes Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * redo dfs Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fixing model construction for underspecified operators Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fixes to occurs check Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fixup interpretation building Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * saturate worklist Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * delay distinct axiom Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * adding model-based sls for datatatypes * update the interface in sls_solver to transfer phase between SAT and SLS * add value transfer option Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * rename aux functions * Track shared variables using a unit set * debugging parallel integration * fix dirty flag setting * update log level * add plugin to smt_context, factor out sls_smt_plugin functionality. * bug fixes * fixes * use common infrastructure for sls-smt * fix build Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fix build Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * remove declaration of context Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * add virtual destructor Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * build warnings Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * reorder inclusion order to define smt_context before theory_sls Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * change namespace for single threaded Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * check delayed eqs before nla Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * use independent completion flag for sls to avoid conflating with genuine cancelation * validate sls-arith lemmas Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * bugfixes Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * add intblast to legacy SMT solver * fixup model generation for theory_intblast Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * na Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * mk_value needs to accept more cases where integer expression doesn't evalate Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * use th-axioms to track origins of assertions Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * add missing operator handling for bitwise operators Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * add missing operator handling for bitwise operators Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * normalizing inequality Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * add virtual destructor Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * rework elim_unconstrained * fix non-termination Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * use glue as computed without adjustment * update model generation to fix model bug Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fixes to model construction * remove package and package lock Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * fix build warning Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * use original gai Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> --------- Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Lev Nachmanson <levnach@hotmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sergey Bronnikov <estetus@gmail.com> Co-authored-by: Lev Nachmanson <levnach@hotmail.com> Co-authored-by: LiviaSun <33578456+ChuyueSun@users.noreply.github.com>
645 lines
18 KiB
C++
645 lines
18 KiB
C++
/*++
|
|
Copyright (c) 2011 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
model.cpp
|
|
|
|
Abstract:
|
|
|
|
<abstract>
|
|
|
|
Author:
|
|
|
|
Leonardo de Moura (leonardo) 2011-04-30.
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
#include "ast/ast.h"
|
|
#include "util/top_sort.h"
|
|
#include "ast/ast_pp.h"
|
|
#include "ast/ast_ll_pp.h"
|
|
#include "ast/rewriter/var_subst.h"
|
|
#include "ast/rewriter/th_rewriter.h"
|
|
#include "ast/rewriter/expr_safe_replace.h"
|
|
#include "ast/array_decl_plugin.h"
|
|
#include "ast/bv_decl_plugin.h"
|
|
#include "ast/recfun_decl_plugin.h"
|
|
#include "ast/well_sorted.h"
|
|
#include "ast/used_symbols.h"
|
|
#include "ast/for_each_expr.h"
|
|
#include "ast/for_each_ast.h"
|
|
#include "model/model.h"
|
|
#include "model/model_params.hpp"
|
|
#include "model/model_evaluator.h"
|
|
#include "model/array_factory.h"
|
|
#include "model/value_factory.h"
|
|
#include "model/seq_factory.h"
|
|
#include "model/datatype_factory.h"
|
|
#include "model/numeral_factory.h"
|
|
#include "model/fpa_factory.h"
|
|
#include "model/char_factory.h"
|
|
|
|
|
|
model::model(ast_manager & m):
|
|
model_core(m),
|
|
m_mev(*this),
|
|
m_cleaned(false),
|
|
m_inline(false) {
|
|
}
|
|
|
|
model::~model() {
|
|
for (auto & kv : m_usort2universe) {
|
|
m.dec_ref(kv.m_key);
|
|
m.dec_array_ref(kv.m_value->size(), kv.m_value->data());
|
|
dealloc(kv.m_value);
|
|
}
|
|
}
|
|
|
|
void model::updt_params(params_ref const & p) {
|
|
model_params mp(p);
|
|
m_inline = mp.inline_def();
|
|
m_mev.updt_params(p);
|
|
}
|
|
|
|
|
|
void model::copy_const_interps(model const & source) {
|
|
for (auto const& kv : source.m_interp)
|
|
register_decl(kv.m_key, kv.m_value.second);
|
|
}
|
|
|
|
void model::copy_func_interps(model const & source) {
|
|
for (auto const& kv : source.m_finterp)
|
|
register_decl(kv.m_key, kv.m_value->copy());
|
|
}
|
|
|
|
void model::copy_usort_interps(model const & source) {
|
|
for (auto const& kv : source.m_usort2universe)
|
|
register_usort(kv.m_key, kv.m_value->size(), kv.m_value->data());
|
|
}
|
|
|
|
model * model::copy() const {
|
|
model * mdl = alloc(model, m);
|
|
mdl->copy_const_interps(*this);
|
|
mdl->copy_func_interps(*this);
|
|
mdl->copy_usort_interps(*this);
|
|
return mdl;
|
|
}
|
|
|
|
bool model::eval_expr(expr * e, expr_ref & result, bool model_completion) {
|
|
scoped_model_completion _smc(*this, model_completion);
|
|
try {
|
|
result = (*this)(e);
|
|
return true;
|
|
}
|
|
catch (model_evaluator_exception & ex) {
|
|
(void)ex;
|
|
TRACE("model_evaluator", tout << ex.msg() << "\n";);
|
|
return false;
|
|
}
|
|
}
|
|
|
|
value_factory* model::get_factory(sort* s) {
|
|
if (m_factories.plugins().empty()) {
|
|
seq_util su(m);
|
|
fpa_util fu(m);
|
|
m_factories.register_plugin(alloc(basic_factory, m, 0));
|
|
m_factories.register_plugin(alloc(array_factory, m, *this));
|
|
m_factories.register_plugin(alloc(datatype_factory, m, *this));
|
|
m_factories.register_plugin(alloc(bv_factory, m));
|
|
m_factories.register_plugin(alloc(arith_factory, m));
|
|
m_factories.register_plugin(alloc(seq_factory, m, su.get_family_id(), *this));
|
|
m_factories.register_plugin(alloc(fpa_value_factory, m, fu.get_family_id()));
|
|
//m_factories.register_plugin(alloc(char_factory, m, char_decl_plugin(m).get_family_id());
|
|
}
|
|
family_id fid = s->get_family_id();
|
|
return m_factories.get_plugin(fid);
|
|
}
|
|
|
|
expr * model::get_some_value(sort * s) {
|
|
ptr_vector<expr> * u = nullptr;
|
|
if (m_usort2universe.find(s, u)) {
|
|
if (!u->empty())
|
|
return u->get(0);
|
|
}
|
|
return m.get_some_value(s);
|
|
}
|
|
|
|
expr * model::get_fresh_value(sort * s) {
|
|
return get_factory(s)->get_fresh_value(s);
|
|
}
|
|
|
|
void model::register_value(expr* e) {
|
|
get_factory(e->get_sort())->register_value(e);
|
|
}
|
|
|
|
bool model::get_some_values(sort * s, expr_ref& v1, expr_ref& v2) {
|
|
return get_factory(s)->get_some_values(s, v1, v2);
|
|
}
|
|
|
|
ptr_vector<expr> const & model::get_universe(sort * s) const {
|
|
return *m_usort2universe[s];
|
|
}
|
|
|
|
bool model::has_uninterpreted_sort(sort * s) const {
|
|
ptr_vector<expr> * u = nullptr;
|
|
m_usort2universe.find(s, u);
|
|
return u != nullptr;
|
|
}
|
|
|
|
unsigned model::get_num_uninterpreted_sorts() const {
|
|
return m_usorts.size();
|
|
}
|
|
|
|
sort * model::get_uninterpreted_sort(unsigned idx) const {
|
|
return m_usorts[idx];
|
|
}
|
|
|
|
void model::register_usort(sort * s, unsigned usize, expr * const * universe) {
|
|
ptr_vector<expr>* & u = m_usort2universe.insert_if_not_there(s, nullptr);
|
|
m.inc_array_ref(usize, universe);
|
|
if (!u) {
|
|
m_usorts.push_back(s);
|
|
m.inc_ref(s);
|
|
u = alloc(ptr_vector<expr>);
|
|
u->append(usize, universe);
|
|
}
|
|
else {
|
|
m.dec_array_ref(u->size(), u->data());
|
|
u->reset();
|
|
u->append(usize, universe);
|
|
}
|
|
}
|
|
|
|
model * model::translate(ast_translation & translator) const {
|
|
model * res = alloc(model, translator.to());
|
|
|
|
// Translate const interps
|
|
for (auto const& kv : m_interp) {
|
|
func_decl_ref d(translator(kv.m_key), translator.to());
|
|
expr_ref v(translator(kv.m_value.second), translator.to());
|
|
res->register_decl(d, v);
|
|
}
|
|
// Translate func interps
|
|
for (auto const& kv : m_finterp) {
|
|
func_interp* fi = kv.m_value->translate(translator);
|
|
res->register_decl(translator(kv.m_key), fi);
|
|
}
|
|
|
|
// Translate usort interps
|
|
for (auto const& kv : m_usort2universe) {
|
|
ptr_vector<expr> new_universe;
|
|
for (expr* e : *kv.m_value) {
|
|
new_universe.push_back(translator(e));
|
|
}
|
|
res->register_usort(translator(kv.m_key),
|
|
new_universe.size(),
|
|
new_universe.data());
|
|
}
|
|
|
|
return res;
|
|
}
|
|
|
|
struct model::top_sort : public ::top_sort<func_decl> {
|
|
func_decl_ref_vector m_pinned; // protect keys in m_occur_count
|
|
th_rewriter m_rewrite;
|
|
obj_map<func_decl, unsigned> m_occur_count;
|
|
|
|
|
|
top_sort(ast_manager& m):
|
|
m_pinned(m), m_rewrite(m)
|
|
{
|
|
params_ref p;
|
|
p.set_bool("elim_ite", false);
|
|
p.set_bool("ite_extra_rules", true);
|
|
m_rewrite.updt_params(p);
|
|
}
|
|
|
|
void add_occurs(func_decl* f) {
|
|
m_pinned.push_back(f);
|
|
m_occur_count.insert(f, occur_count(f) + 1);
|
|
}
|
|
|
|
unsigned occur_count(func_decl* f) const {
|
|
unsigned count = 0;
|
|
m_occur_count.find(f, count);
|
|
return count;
|
|
}
|
|
};
|
|
|
|
void model::evaluate_constants() {
|
|
for (auto& [k, p] : m_interp) {
|
|
auto & [i, e] = p;
|
|
if (m.is_value(e))
|
|
continue;
|
|
expr_ref val(m);
|
|
val = (*this)(e);
|
|
m.dec_ref(e);
|
|
m.inc_ref(val);
|
|
p.second = val;
|
|
}
|
|
}
|
|
|
|
|
|
void model::compress(bool force_inline) {
|
|
if (m_cleaned) return;
|
|
|
|
// stratify m_finterp and m_decls in a topological sort
|
|
// such that functions f1 < f2 then f1 does not use f2.
|
|
// then for each function in order clean-up the interpretations
|
|
// by substituting in auxiliary definitions that can be eliminated.
|
|
|
|
func_decl_ref_vector pinned(m);
|
|
ptr_vector<func_decl> sorted_decls;
|
|
while (true) {
|
|
top_sort ts(m);
|
|
collect_deps(ts);
|
|
ts.topological_sort();
|
|
for (func_decl * f : ts.top_sorted())
|
|
cleanup_interp(ts, f, force_inline);
|
|
|
|
func_decl_set removed;
|
|
ts.m_occur_count.reset();
|
|
for (func_decl * f : ts.top_sorted())
|
|
collect_occs(ts, f);
|
|
sorted_decls.reset();
|
|
|
|
// remove auxiliary declarations that are not used.
|
|
for (func_decl * f : ts.top_sorted()) {
|
|
if (f->is_skolem() && ts.occur_count(f) == 0) {
|
|
pinned.push_back(f);
|
|
unregister_decl(f);
|
|
removed.insert(f);
|
|
}
|
|
else
|
|
sorted_decls.push_back(f);
|
|
}
|
|
std::swap(m_decls, sorted_decls);
|
|
if (removed.empty())
|
|
break;
|
|
TRACE("model", tout << "remove\n"; for (func_decl* f : removed) tout << f->get_name() << "\n";);
|
|
remove_decls(m_func_decls, removed);
|
|
remove_decls(m_const_decls, removed);
|
|
}
|
|
m_cleaned = true;
|
|
reset_eval_cache();
|
|
}
|
|
|
|
|
|
void model::collect_deps(top_sort& ts) {
|
|
recfun::util u(m);
|
|
for (auto const& [f, v] : m_finterp)
|
|
if (!u.has_def(f))
|
|
ts.insert(f, collect_deps(ts, v));
|
|
|
|
for (auto const& [f,v] : m_interp)
|
|
if (!u.has_def(f))
|
|
ts.insert(f, collect_deps(ts, v.second));
|
|
}
|
|
|
|
struct model::deps_collector {
|
|
model& m;
|
|
top_sort& ts;
|
|
func_decl_set& s;
|
|
array_util autil;
|
|
deps_collector(model& m, top_sort& ts, func_decl_set& s): m(m), ts(ts), s(s), autil(m.get_manager()) {}
|
|
void operator()(app* a) {
|
|
func_decl* f = a->get_decl();
|
|
if (autil.is_as_array(f)) {
|
|
f = autil.get_as_array_func_decl(a);
|
|
}
|
|
if (m.has_interpretation(f)) {
|
|
s.insert(f);
|
|
ts.add_occurs(f);
|
|
}
|
|
}
|
|
void operator()(expr* ) {}
|
|
};
|
|
|
|
struct model::occs_collector {
|
|
top_sort& ts;
|
|
occs_collector(top_sort& ts): ts(ts) {}
|
|
void operator()(func_decl* f) {
|
|
ts.add_occurs(f);
|
|
}
|
|
void operator()(ast*) {}
|
|
};
|
|
|
|
|
|
model::func_decl_set* model::collect_deps(top_sort& ts, expr * e) {
|
|
func_decl_set* s = alloc(func_decl_set);
|
|
deps_collector collector(*this, ts, *s);
|
|
if (e) for_each_expr(collector, e);
|
|
return s;
|
|
}
|
|
|
|
model::func_decl_set* model::collect_deps(top_sort& ts, func_interp * fi) {
|
|
func_decl_set* s = alloc(func_decl_set);
|
|
deps_collector collector(*this, ts, *s);
|
|
fi->compress();
|
|
expr* e = fi->get_else();
|
|
if (e) for_each_expr(collector, e);
|
|
unsigned num_args = fi->get_arity();
|
|
for (func_entry* fe : *fi) {
|
|
for (unsigned i = 0; i < num_args; ++i) {
|
|
for_each_expr(collector, fe->get_arg(i));
|
|
}
|
|
for_each_expr(collector, fe->get_result());
|
|
}
|
|
return s;
|
|
}
|
|
|
|
|
|
/**
|
|
\brief Inline interpretations of skolem functions
|
|
*/
|
|
|
|
void model::cleanup_interp(top_sort& ts, func_decl* f, bool force_inline) {
|
|
|
|
unsigned pid = ts.partition_id(f);
|
|
expr * e1 = get_const_interp(f);
|
|
if (e1) {
|
|
expr_ref e2 = cleanup_expr(ts, e1, pid, force_inline);
|
|
if (e2 != e1)
|
|
register_decl(f, e2);
|
|
return;
|
|
}
|
|
func_interp* fi = get_func_interp(f);
|
|
if (fi) {
|
|
e1 = fi->get_else();
|
|
expr_ref e2 = cleanup_expr(ts, e1, pid, force_inline);
|
|
if (e1 != e2)
|
|
fi->set_else(e2);
|
|
for (auto& fe : *fi) {
|
|
e2 = cleanup_expr(ts, fe->get_result(), pid, force_inline);
|
|
if (e2 != fe->get_result()) {
|
|
fi->insert_entry(fe->get_args(), e2);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
void model::collect_occs(top_sort& ts, func_decl* f) {
|
|
expr * e = get_const_interp(f);
|
|
if (e) {
|
|
collect_occs(ts, e);
|
|
}
|
|
else {
|
|
func_interp* fi = get_func_interp(f);
|
|
if (fi) {
|
|
e = fi->get_else();
|
|
if (e != nullptr)
|
|
collect_occs(ts, e);
|
|
for (auto const& fe : *fi) {
|
|
collect_occs(ts, fe->get_result());
|
|
for (unsigned i = 0; i < fi->get_arity(); ++i) {
|
|
collect_occs(ts, fe->get_arg(i));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
void model::collect_occs(top_sort& ts, expr* e) {
|
|
occs_collector collector(ts);
|
|
for_each_ast(collector, e, true);
|
|
}
|
|
|
|
bool model::can_inline_def(top_sort& ts, func_decl* f, bool force_inline) {
|
|
if (ts.occur_count(f) <= 1) return true;
|
|
func_interp* fi = get_func_interp(f);
|
|
if (!fi)
|
|
return false;
|
|
if (fi->get_else() == nullptr)
|
|
return false;
|
|
if (m_inline)
|
|
return true;
|
|
expr* e = fi->get_else();
|
|
obj_hashtable<expr> subs;
|
|
ptr_buffer<expr> todo;
|
|
todo.push_back(e);
|
|
while (!todo.empty()) {
|
|
if (!force_inline && fi->num_entries() + subs.size() > 8)
|
|
return false;
|
|
expr* e = todo.back();
|
|
todo.pop_back();
|
|
if (subs.contains(e))
|
|
continue;
|
|
subs.insert(e);
|
|
if (is_app(e)) {
|
|
for (expr* arg : *to_app(e)) {
|
|
todo.push_back(arg);
|
|
}
|
|
}
|
|
else if (is_quantifier(e)) {
|
|
todo.push_back(to_quantifier(e)->get_expr());
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
|
|
|
|
expr_ref model::cleanup_expr(top_sort& ts, expr* e, unsigned current_partition, bool force_inline) {
|
|
if (!e) return expr_ref(nullptr, m);
|
|
|
|
TRACE("model", tout << "cleaning up:\n" << mk_pp(e, m) << "\n";);
|
|
|
|
obj_map<expr, expr*> cache;
|
|
expr_ref_vector trail(m);
|
|
ptr_buffer<expr, 128> todo;
|
|
ptr_buffer<expr> args;
|
|
todo.push_back(e);
|
|
array_util autil(m);
|
|
bv_util bv(m);
|
|
func_interp* fi = nullptr;
|
|
unsigned pid = 0;
|
|
expr_ref new_t(m);
|
|
|
|
while (!todo.empty()) {
|
|
expr* a = todo.back();
|
|
switch(a->get_kind()) {
|
|
case AST_APP: {
|
|
app * t = to_app(a);
|
|
func_decl* f = t->get_decl();
|
|
bool visited = true;
|
|
|
|
args.reset();
|
|
for (expr* t_arg : *t) {
|
|
expr * arg = nullptr;
|
|
if (!cache.find(t_arg, arg)) {
|
|
visited = false;
|
|
todo.push_back(t_arg);
|
|
}
|
|
else {
|
|
args.push_back(arg);
|
|
}
|
|
}
|
|
if (!visited) {
|
|
continue;
|
|
}
|
|
fi = nullptr;
|
|
new_t = nullptr;
|
|
sort_ref_vector domain(m);
|
|
if (autil.is_as_array(a)) {
|
|
func_decl* f = autil.get_as_array_func_decl(a);
|
|
// only expand auxiliary definitions that occur once.
|
|
if (can_inline_def(ts, f, force_inline)) {
|
|
fi = get_func_interp(f);
|
|
if (fi) {
|
|
new_t = fi->get_array_interp(f);
|
|
TRACE("model", tout << "array interpretation:" << new_t << "\n";);
|
|
}
|
|
}
|
|
}
|
|
|
|
if (new_t) {
|
|
// noop
|
|
}
|
|
else if (f->is_skolem() && can_inline_def(ts, f, force_inline) && (fi = get_func_interp(f)) &&
|
|
fi->get_interp() && (!ts.find(f, pid) || pid != current_partition)) {
|
|
var_subst vs(m, false);
|
|
new_t = vs(fi->get_interp(), args.size(), args.data());
|
|
}
|
|
else if (bv.is_bit2bool(t)) {
|
|
unsigned idx = f->get_parameter(0).get_int();
|
|
new_t = m.mk_eq(bv.mk_extract(idx, idx, args[0]), bv.mk_numeral(1, 1));
|
|
}
|
|
#if 0
|
|
else if (is_uninterp_const(a) && !get_const_interp(f)) {
|
|
new_t = get_some_value(f->get_range());
|
|
register_decl(f, new_t);
|
|
}
|
|
#endif
|
|
else {
|
|
new_t = ts.m_rewrite.mk_app(f, args.size(), args.data());
|
|
}
|
|
|
|
if (t != new_t.get()) trail.push_back(new_t);
|
|
CTRACE("model", (t != new_t.get()), tout << mk_bounded_pp(t, m) << " " << new_t << "\n";);
|
|
todo.pop_back();
|
|
cache.insert(t, new_t);
|
|
break;
|
|
}
|
|
default:
|
|
SASSERT(a != nullptr);
|
|
cache.insert(a, a);
|
|
todo.pop_back();
|
|
break;
|
|
}
|
|
}
|
|
|
|
ts.m_rewrite(cache[e], new_t);
|
|
return new_t;
|
|
}
|
|
|
|
void model::remove_decls(ptr_vector<func_decl> & decls, func_decl_set const & s) {
|
|
unsigned j = 0;
|
|
for (func_decl* f : decls) {
|
|
if (!s.contains(f)) {
|
|
decls[j++] = f;
|
|
}
|
|
}
|
|
decls.shrink(j);
|
|
}
|
|
|
|
expr_ref model::unfold_as_array(expr* e) {
|
|
func_decl* f = nullptr;
|
|
array_util autil(m);
|
|
if (!autil.is_as_array(e, f))
|
|
return expr_ref(e, m);
|
|
auto* fi = get_func_interp(f);
|
|
if (!fi)
|
|
return expr_ref(e, m);
|
|
return fi->get_array_interp(f);
|
|
}
|
|
|
|
|
|
expr_ref model::get_inlined_const_interp(func_decl* f, bool force_inline) {
|
|
expr* v = get_const_interp(f);
|
|
if (!v) return expr_ref(nullptr, m);
|
|
top_sort st(m);
|
|
expr_ref result1(v, m);
|
|
expr_ref result2 = cleanup_expr(st, v, UINT_MAX, force_inline);
|
|
while (result1 != result2) {
|
|
result1 = result2;
|
|
result2 = cleanup_expr(st, result1, UINT_MAX, force_inline);
|
|
}
|
|
return result2;
|
|
}
|
|
|
|
expr_ref model::operator()(expr* t) {
|
|
return m_mev(t);
|
|
}
|
|
|
|
void model::set_solver(expr_solver* s) {
|
|
m_mev.set_solver(s);
|
|
}
|
|
|
|
bool model::has_solver() {
|
|
return m_mev.has_solver();
|
|
}
|
|
|
|
expr_ref_vector model::operator()(expr_ref_vector const& ts) {
|
|
expr_ref_vector rs(m);
|
|
for (expr* t : ts) rs.push_back((*this)(t));
|
|
return rs;
|
|
}
|
|
|
|
bool model::is_true(expr* t) {
|
|
return m.is_true((*this)(t));
|
|
}
|
|
|
|
bool model::is_false(expr* t) {
|
|
return m.is_false((*this)(t));
|
|
}
|
|
|
|
bool model::is_true(expr_ref_vector const& ts) {
|
|
for (expr* t : ts) if (!is_true(t)) return false;
|
|
return true;
|
|
}
|
|
|
|
bool model::is_false(expr_ref_vector const& ts) {
|
|
for (expr* t : ts) if (is_false(t)) return true;
|
|
return false;
|
|
}
|
|
|
|
bool model::are_equal(expr* s, expr* t) {
|
|
return m_mev.are_equal(s, t);
|
|
}
|
|
|
|
void model::reset_eval_cache() {
|
|
m_mev.reset();
|
|
}
|
|
|
|
void model::add_rec_funs() {
|
|
recfun::util u(m);
|
|
func_decl_ref_vector recfuns = u.get_rec_funs();
|
|
for (func_decl* f : recfuns) {
|
|
auto& def = u.get_def(f);
|
|
expr* rhs = def.get_rhs();
|
|
if (!rhs)
|
|
continue;
|
|
if (has_interpretation(f))
|
|
continue;
|
|
if (f->get_arity() == 0) {
|
|
register_decl(f, rhs);
|
|
continue;
|
|
}
|
|
|
|
func_interp* fi = alloc(func_interp, m, f->get_arity());
|
|
// reverse argument order so that variable 0 starts at the beginning.
|
|
expr_safe_replace subst(m);
|
|
unsigned arity = f->get_arity();
|
|
for (unsigned i = 0; i < arity; ++i) {
|
|
subst.insert(m.mk_var(arity - i - 1, f->get_domain(i)), m.mk_var(i, f->get_domain(i)));
|
|
}
|
|
expr_ref bodyr(m);
|
|
subst(rhs, bodyr);
|
|
|
|
fi->set_else(bodyr);
|
|
register_decl(f, fi);
|
|
}
|
|
TRACE("model", tout << *this << "\n";);
|
|
}
|