added fof formula printing, fixed smtlib declare sort bug, theory fla… #27
Annotations
11 errors and 1 warning
Lint with Ruff:
kdrag/smt.py#L15
kdrag/smt.py:15:5: F403 `from z3 import *` used; unable to detect undefined names
|
Lint with Ruff:
kdrag/smt.py#L17
kdrag/smt.py:17:16: F405 `Solver` may be undefined, or defined from star imports
|
Lint with Ruff:
kdrag/smt.py#L19
kdrag/smt.py:19:5: F403 `from z3 import *` used; unable to detect undefined names
|
Lint with Ruff:
kdrag/smt.py#L22
kdrag/smt.py:22:16: F405 `Solver` may be undefined, or defined from star imports
|
Lint with Ruff:
kdrag/smt.py#L28
kdrag/smt.py:28:5: F403 `from cvc5.pythonic import *` used; unable to detect undefined names
|
Lint with Ruff:
kdrag/smt.py#L31
kdrag/smt.py:31:16: F405 `FuncDeclRef` may be undefined, or defined from star imports
|
Lint with Ruff:
kdrag/smt.py#L45
kdrag/smt.py:45:17: F405 `Bool` may be undefined, or defined from star imports
|
Lint with Ruff:
kdrag/smt.py#L47
kdrag/smt.py:47:29: F405 `Implies` may be undefined, or defined from star imports
|
Lint with Ruff:
kdrag/smt.py#L55
kdrag/smt.py:55:29: F405 `DatatypeSortRef` may be undefined, or defined from star imports
|
Lint with Ruff:
kdrag/smt.py#L56
kdrag/smt.py:56:17: F405 `DatatypeRef` may be undefined, or defined from star imports
|
Test with pytest
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading