mirror of
https://github.com/Z3Prover/z3
synced 2025-05-18 13:05:33 +00:00
add character sort to Python API and allchar function to API for ease. #5500
This commit is contained in:
parent
4b3b4b95d9
commit
170ef1dcca
7 changed files with 39 additions and 1 deletions
|
@ -719,6 +719,9 @@ extern "C" {
|
|||
else if (fid == mk_c(c)->get_seq_fid() && k == RE_SORT) {
|
||||
return Z3_RE_SORT;
|
||||
}
|
||||
else if (fid == mk_c(c)->get_char_fid() && k == CHAR_SORT) {
|
||||
return Z3_SEQ_SORT;
|
||||
}
|
||||
else {
|
||||
return Z3_UNKNOWN_SORT;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue