mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
implementing model updates
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
92b5301b7f
commit
3de8c193ea
63 changed files with 482 additions and 294 deletions
|
@ -331,7 +331,7 @@ namespace opt {
|
|||
}
|
||||
}
|
||||
|
||||
void context::get_model(model_ref& mdl) {
|
||||
void context::get_model_core(model_ref& mdl) {
|
||||
mdl = m_model;
|
||||
fix_model(mdl);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue