mirror of
https://github.com/Z3Prover/z3
synced 2025-07-20 11:22:04 +00:00
parent
85f0084e9c
commit
612cc5cfba
9 changed files with 53 additions and 6 deletions
|
@ -767,6 +767,10 @@ bool seq_util::is_char_le(expr const* e) const {
|
|||
return ch.is_le(e);
|
||||
}
|
||||
|
||||
bool seq_util::is_char2int(expr const* e) const {
|
||||
return ch.is_to_int(e);
|
||||
}
|
||||
|
||||
app* seq_util::mk_char(unsigned ch) const {
|
||||
return seq.mk_char(ch);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue