Page
Library
Module
Module type
Parameter
Class
Class type
Source
Bitwuzla_cxx.Sort
SourceA Bitwuzla sort.
pp formatter t
print sort.
bv_size t
get the size of a bit-vector sort.
Requires that given sort is a bit-vector sort.
fp_exp_size sort
get the exponent size of a floating-point sort.
Requires that given sort is a floating-point sort.
fp_sig_size t
get the significand size of a floating-point sort.
Requires that given sort is a floating-point sort.
array_index t
get the index sort of an array sort.
Requires that given sort is an array sort.
array_element t
get the element sort of an array sort.
Requires that given sort is an array sort.
fun_domain_sorts t
get the domain sorts of a function sort.
Requires that given sort is a function sort.
fun_codomain t
get the codomain sort of a function sort.
Requires that given sort is a function sort.
uninterpreted_symbol t
get the symbol of an uninterpreted sort.