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