Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-exe authored Mar 1, 2024
1 parent 4085f4a commit 884fc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To find the shortest equivalent expression, LogiXpr employs a breadth-first sear
## config.ini
If the application cannot generate a proof:
- `Couldn't find a solution :(`: Increase the max expression length in your config file.
- `Too many in queue :(`: Increase the max queue size depending on your RAM or alternatively, if you know each expression in the proof is short, decrease the max expression length.
- `Too many in queue :(`: Increase the max queue size depending on your RAM.
Alternatively, if you believe that each expression in the proof is short, it may be better to decrease the max expression length.
## Preview
<p align="center" width="100%">
Expand Down

0 comments on commit 884fc50

Please sign in to comment.