mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 18:00:23 +00:00
move mk_fresh to inside files that include smt_context.h directly to address build problem reported in #297
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
73c4e938ce
commit
8d1fa3ae50
13 changed files with 35 additions and 7 deletions
|
@ -35,6 +35,10 @@ namespace smt {
|
|||
m_var_data_full.reset();
|
||||
}
|
||||
|
||||
theory* theory_array_full::mk_fresh(context* new_ctx) {
|
||||
return alloc(theory_array_full, new_ctx->get_manager(), m_params);
|
||||
}
|
||||
|
||||
void theory_array_full::add_map(theory_var v, enode* s) {
|
||||
if (m_params.m_array_cg && !s->is_cgr()) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue