2022-08-30 15:42:35 +08:00
|
|
|
### Compile
|
|
|
|
```
|
|
|
|
make clean; make
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### Run
|
|
|
|
|
|
|
|
$instance: input cnf
|
|
|
|
|
|
|
|
```
|
2022-08-30 15:47:04 +08:00
|
|
|
./Light $instance
|
2022-08-30 15:42:35 +08:00
|
|
|
```
|
|
|
|
|
2022-08-30 15:47:04 +08:00
|
|
|
For more options, try './light -h'
|
2022-08-30 15:42:35 +08:00
|
|
|
|
|
|
|
|
|
|
|
|