mirror of
https://github.com/Z3Prover/z3
synced 2025-11-05 22:06:03 +00:00
#5641 - projection that skips interpreted functions can violate model evaluation.
This commit is contained in:
parent
0ca5e7207e
commit
d0fb3cba15
10 changed files with 46 additions and 36 deletions
|
|
@ -1624,8 +1624,8 @@ namespace mbp {
|
|||
);
|
||||
}
|
||||
|
||||
vector<def> array_project_plugin::project(model& model, app_ref_vector& vars, expr_ref_vector& lits) {
|
||||
return vector<def>();
|
||||
bool array_project_plugin::project(model& model, app_ref_vector& vars, expr_ref_vector& lits, vector<def>& defs) {
|
||||
return true;
|
||||
}
|
||||
|
||||
void array_project_plugin::saturate(model& model, func_decl_ref_vector const& shared, expr_ref_vector& lits) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue