mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
add String name for string sort, SMTLIB2.5 compat
This commit is contained in:
parent
ab71dea82d
commit
d00723e7ea
1 changed files with 2 additions and 0 deletions
|
@ -830,6 +830,8 @@ void seq_decl_plugin::get_sort_names(svector<builtin_name> & sort_names, symbol
|
|||
init();
|
||||
sort_names.push_back(builtin_name("Seq", SEQ_SORT));
|
||||
sort_names.push_back(builtin_name("RegEx", RE_SORT));
|
||||
// SMT-LIB 2.5 compatibility
|
||||
sort_names.push_back(builtin_name("String", _STRING_SORT));
|
||||
sort_names.push_back(builtin_name("StringSequence", _STRING_SORT));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue