mirror of
https://github.com/Z3Prover/z3
synced 2026-02-26 02:01:21 +00:00
prepare for theory plugins
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
141edef0d6
commit
116390833b
27 changed files with 492 additions and 336 deletions
|
|
@ -37,7 +37,7 @@ namespace euf {
|
|||
return true;
|
||||
if (f->get_family_id() == m.get_basic_family_id())
|
||||
return false;
|
||||
sat::th_model_builder* mb = get_solver(f);
|
||||
euf::th_model_builder* mb = get_solver(f);
|
||||
return mb && mb->include_func_interp(f);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue