Skip to content

Fix: the clustering for expressions that contain 'not (A and B)', 'not (A or B)' #23

Fix: the clustering for expressions that contain 'not (A and B)', 'not (A or B)'

Fix: the clustering for expressions that contain 'not (A and B)', 'not (A or B)' #23

Workflow file for this run

---
name: PR Checks
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
test:
name: Run tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: |
sudo apt-get update
sudo apt-get install -y libgsl0-dev valgrind
- run: |
make dev