3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-18 05:04:45 +00:00

fixes to self-contained character unicode

This commit is contained in:
Nikolaj Bjorner 2021-01-27 06:13:37 -08:00
parent d0f1d8f59e
commit 696b3c79b9
4 changed files with 47 additions and 17 deletions

View file

@ -57,6 +57,8 @@ namespace smt {
void enforce_value_bound(theory_var v);
void enforce_bits();
theory_var mk_var(enode* n) override;
public:
theory_char(context& ctx, family_id fid, theory * th);