https://github.com/diohabara/sat-solver101
My first SAT solver
https://github.com/diohabara/sat-solver101
sat-solver
Last synced: about 1 year ago
JSON representation
My first SAT solver
- Host: GitHub
- URL: https://github.com/diohabara/sat-solver101
- Owner: diohabara
- Created: 2021-07-01T05:40:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-01T13:55:00.000Z (almost 5 years ago)
- Last Synced: 2025-01-30T03:25:22.639Z (over 1 year ago)
- Topics: sat-solver
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sat-solver101
My first SAT solver
## Requirement
- `pyenv`
- `poetry`
## Usage
### setup
```bash
make install
```
### lint & format
```bash
make lint
```
### test
```bash
make test
```
### run
```bash
make run
```
## Reference
-