mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 07:15:26 +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
|
@ -495,7 +495,7 @@ namespace euf {
|
|||
|
||||
// model construction
|
||||
void save_model(model_ref& mdl);
|
||||
void update_model(model_ref& mdl);
|
||||
void update_model(model_ref& mdl, bool validate);
|
||||
obj_map<expr, enode*> const& values2root();
|
||||
void model_updated(model_ref& mdl);
|
||||
expr* node2value(enode* n) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue