mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +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
|
@ -67,6 +67,10 @@ public:
|
|||
m_chars.insert(ch);
|
||||
}
|
||||
|
||||
void register_value(unsigned u) {
|
||||
m_chars.insert(u);
|
||||
}
|
||||
|
||||
void add_trail(expr* e) {
|
||||
m_trail.push_back(e);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue