mirror of
https://github.com/Z3Prover/z3
synced 2025-06-16 02:46:16 +00:00
move to unicode as stand-alone theory
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ecba26beae
commit
d0f1d8f59e
12 changed files with 115 additions and 58 deletions
|
@ -940,8 +940,8 @@ namespace smt {
|
|||
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, ch_fid, nullptr));
|
||||
|
||||
}
|
||||
|
||||
void setup::setup_special_relations() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue