cloud-sat/README.md
2022-08-30 15:47:04 +08:00

19 lines
153 B
Markdown

### Compile
```
make clean; make
```
### Run
$instance: input cnf
```
./Light $instance
```
For more options, try './light -h'