An open API service indexing awesome lists of open source software.

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

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

-