mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 00:48:45 +00:00
adding fixed size bit-vectors
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c09903288f
commit
cd12fa8461
4 changed files with 388 additions and 0 deletions
|
@ -140,6 +140,7 @@ int main(int argc, char ** argv) {
|
|||
TST(ast);
|
||||
TST(optional);
|
||||
TST(bit_vector);
|
||||
TST(fixed_bit_vector);
|
||||
TST(string_buffer);
|
||||
TST(map);
|
||||
TST(diff_logic);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue