mirror of
https://github.com/Z3Prover/z3
synced 2025-06-16 02:46:16 +00:00
remove family id externals
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d3564f5b50
commit
909257f856
5 changed files with 14 additions and 23 deletions
|
@ -934,14 +934,7 @@ namespace smt {
|
|||
}
|
||||
|
||||
void setup::setup_char() {
|
||||
// temporary: enable only char theory if it is used in seq
|
||||
seq_util seq(m_manager);
|
||||
sort* ch = seq.mk_char_sort();
|
||||
sort* s = seq.mk_string_sort();
|
||||
family_id ch_fid = ch->get_family_id();
|
||||
if (s->get_family_id() != ch_fid)
|
||||
m_context.register_plugin(alloc(smt::theory_char, m_context, ch_fid));
|
||||
|
||||
m_context.register_plugin(alloc(smt::theory_char, m_context));
|
||||
}
|
||||
|
||||
void setup::setup_special_relations() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue