cloud-sat/README.md

25 lines
215 B
Markdown
Raw Normal View History

2022-08-30 15:42:35 +08:00
### Compile
```
make clean; make
```
### Run
$instance: input cnf
$threads: number of threads
$time-limit: maximum running time
```
./pakissat $instance $threads $time-limit
```