mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
add basic string factory
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
75c935a4cb
commit
a8e366aa24
4 changed files with 150 additions and 5 deletions
|
@ -352,6 +352,6 @@ bool seq_decl_plugin::is_value(app* e) const {
|
|||
return false;
|
||||
}
|
||||
|
||||
app* seq_util::mk_string(symbol const& s) {
|
||||
return seq.mk_string(s);
|
||||
app* seq_util::str::mk_string(symbol const& s) {
|
||||
return u.seq.mk_string(s);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue