Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alpavlenko committed Jun 30, 2024
1 parent f35da15 commit 6d3ebe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ python3 main_rho_im.py [-h] [-s [SOLVERNAME]] [-nl [NOFEALIMIT]]
| --timelimit | -tl | time limit for the SAT oracle when solving hard tasks |
| --conflictlimit | -cl | limit on the number of conflicts for the SAT oracle when solving hard tasks. At startup, only one of the options for restrictions is selected (the maximum set), respectively, either a time limit or a number of conflicts should be set |
| --randomseed | -rs | random seed which is used to search for rho-backdoors |


Example:
```shell
python3 ./main_rho_im.py -f /examples/data/pvs_4_7.cnf -s cd195 -nl 500 -ng 5 -bds 10 -cl 20000
Expand Down

0 comments on commit 6d3ebe8

Please sign in to comment.