mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a3010c8875
commit
1b648437b7
|
@ -253,8 +253,13 @@ namespace z3 {
|
|||
\brief Return the Bit-vector sort of size \c sz. That is, the sort for bit-vectors of size \c sz.
|
||||
*/
|
||||
sort bv_sort(unsigned sz);
|
||||
|
||||
/**
|
||||
\brief Return the sort for ASCII strings.
|
||||
\brief Return the sort for Unicode characters.
|
||||
*/
|
||||
sort char_sort();
|
||||
/**
|
||||
\brief Return the sort for Unicode strings.
|
||||
*/
|
||||
sort string_sort();
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue