mirror of
https://github.com/Z3Prover/z3
synced 2025-11-05 22:06:03 +00:00
Refactor and fix uninitialized variables and improve function consistency across multiple modules
This commit is contained in:
parent
499ed5d844
commit
eb8c63080a
17 changed files with 60 additions and 25 deletions
|
|
@ -1444,7 +1444,7 @@ namespace mbp {
|
|||
dealloc(m_imp);
|
||||
}
|
||||
|
||||
bool array_project_plugin::operator()(model& model, app* var, app_ref_vector& vars, expr_ref_vector& lits) {
|
||||
bool array_project_plugin::project1(model& model, app* var, app_ref_vector& vars, expr_ref_vector& lits) {
|
||||
ast_manager& m = vars.get_manager();
|
||||
app_ref_vector vvars(m, 1, &var);
|
||||
expr_ref fml = mk_and(lits);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue