mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f501380e89
commit
bdd66e1fa0
7 changed files with 60 additions and 32 deletions
|
@ -166,9 +166,9 @@ model * model::translate(ast_translation & translator) const {
|
|||
model * res = alloc(model, translator.to());
|
||||
|
||||
// Translate const interps
|
||||
for (auto const& kv : m_interp)
|
||||
for (auto const& kv : m_interp) {
|
||||
res->register_decl(translator(kv.m_key), translator(kv.m_value));
|
||||
|
||||
}
|
||||
// Translate func interps
|
||||
for (auto const& kv : m_finterp) {
|
||||
func_interp * fi = kv.m_value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue