mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 07:15:26 +00:00
rename to seq_char instead of seq_unicode
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7e668e9a1f
commit
96f1f4a567
5 changed files with 48 additions and 45 deletions
|
@ -31,7 +31,7 @@ Revision History:
|
|||
#include "smt/theory_seq_empty.h"
|
||||
#include "smt/seq_skolem.h"
|
||||
#include "smt/seq_axioms.h"
|
||||
#include "smt/seq_unicode.h"
|
||||
#include "smt/seq_char.h"
|
||||
#include "smt/seq_regex.h"
|
||||
#include "smt/seq_offset_eq.h"
|
||||
|
||||
|
@ -356,7 +356,7 @@ namespace smt {
|
|||
arith_util m_autil;
|
||||
seq_skolem m_sk;
|
||||
seq_axioms m_ax;
|
||||
seq_unicode m_unicode;
|
||||
seq_char m_char;
|
||||
seq_regex m_regex;
|
||||
arith_value m_arith_value;
|
||||
th_trail_stack m_trail_stack;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue