Remove CVC5 binary#198
Conversation
| - os: windows-2022 | ||
| cvc5-plat: "windows" |
There was a problem hiding this comment.
please keep windows-2022, and remove only cvc5-plat
| @@ -109,7 +102,6 @@ Verified 1 model(s) and 0 check(s) and found no issues | |||
| Please keep in mind two limitations with the `--verify` | |||
There was a problem hiding this comment.
| Please keep in mind two limitations with the `--verify` | |
| Please keep in mind the following limitation with the `--verify` |
and remove the bullet point, but just make it a sentence.
|
Do we need to update the changelog? |
| @@ -77,14 +76,12 @@ def __init__(self, mh, | |||
| parse_trlc = True, | |||
There was a problem hiding this comment.
Please remove import statement on line no 36
import cvc5
There was a problem hiding this comment.
It imports the cvc5 Python library, not the cvc5 binary.
So this in trlc.py: 36 is checking whether the Python package cvc5 is installed.
|
These two docs currently tell slightly different stories about where CVC5 works. In [TUTORIAL-CI.md:46], it says CVC5 is GNU/Linux only. |
967179c to
aa4efa3
Compare
Remove CVC5 binary