mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
missing code signing
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
42fbf23a8f
commit
60fef928cc
3 changed files with 5 additions and 4 deletions
|
@ -30,6 +30,7 @@ Notes:
|
|||
|
||||
void generic_model_converter::add(func_decl * d, expr* e) {
|
||||
VERIFY(e);
|
||||
verbose_stream() << d->get_name() << " " << mk_pp(e, m) << "\n";
|
||||
VERIFY(d->get_range() == e->get_sort());
|
||||
m_entries.push_back(entry(d, e, m, ADD));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue