cloud-sat/README.md
2022-08-30 15:42:35 +08:00

25 lines
215 B
Markdown

### Compile
```
make clean; make
```
### Run
$instance: input cnf
$threads: number of threads
$time-limit: maximum running time
```
./pakissat $instance $threads $time-limit
```