Skip to content

Commit db1315d

Browse files
authored
ff & small fixes (#82)
* ff & small fixes small fixes: * handle CONST_INTEGER * handle change in uninterpreted sort printing * allow cast from length-1 bit-vecs to booleans * add --cocoa to CI
1 parent a04093e commit db1315d

7 files changed

Lines changed: 428 additions & 27 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Build cvc5
5151
run: |
5252
cd cvc5/
53-
./configure.sh production --auto-download --python-bindings
53+
./configure.sh production --auto-download --python-bindings --cocoa
5454
cd build/
5555
make -j${{ env.num_proc }}
5656

0 commit comments

Comments
 (0)