3
0
Fork 0
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:
Nikolaj Bjorner 2014-09-15 20:00:45 -07:00
parent c09903288f
commit cd12fa8461
4 changed files with 388 additions and 0 deletions

View file

@ -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);