mirror of
https://github.com/Z3Prover/z3
synced 2026-07-12 10:06:23 +00:00
Model reconstruction
This commit is contained in:
parent
d23f376b39
commit
99727faf70
5 changed files with 164 additions and 14 deletions
|
|
@ -59,6 +59,10 @@ namespace smt {
|
|||
void pop(unsigned num_scopes) override {
|
||||
m_kernel.pop(num_scopes);
|
||||
}
|
||||
|
||||
void get_model(model_ref& mdl) override {
|
||||
m_kernel.get_model(mdl);
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue