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:
parent
d0f1d8f59e
commit
696b3c79b9
4 changed files with 47 additions and 17 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue