mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 21:50:52 +00:00
bug fixes to new core, elim_predicates and elim_unconstrained
This commit is contained in:
parent
b9a87e493b
commit
42076a3c13
10 changed files with 42 additions and 30 deletions
|
@ -987,7 +987,7 @@ struct goal2sat::imp : public sat::sat_internalizer {
|
|||
void update_model(model_ref& mdl) {
|
||||
auto* ext = dynamic_cast<euf::solver*>(m_solver.get_extension());
|
||||
if (ext)
|
||||
ext->update_model(mdl);
|
||||
ext->update_model(mdl, true);
|
||||
}
|
||||
|
||||
void user_push() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue