Skip to content

Commit 227c30f

Browse files
Update README.md
1 parent 8f9c3c1 commit 227c30f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,7 @@ Popper uses various MaxSAT solvers. By default, Popper uses the [RC2](https://al
161161
- WMaxCDCL (exact)
162162
- NuWLS (anytime)
163163

164-
You can download and compile these solvers from the [MaxSAT 2023 evaluation](https://maxsat-evaluations.github.io/2023/descriptions.html) website. We **strongly** recommend using these solvers. To use them, ensure that the solver is available on your path.
165-
To use UWrMaxSat, ensure that `uwrmaxsat` is on your path.
166-
To use NuWLS, ensure that `NuWLS-c` is on your path.
167-
To use WMaxCDCL, ensure that `wmaxcdcl` is on your path.
164+
You can download and compile these solvers from the [MaxSAT 2023 evaluation](https://maxsat-evaluations.github.io/2023/descriptions.html) website. We **strongly** recommend using these solvers. To use them, ensure that the solver is available on your path. See the [install solvers](solvers.md) file for help.
168165

169166
#### Performance tips
170167
- Transform your BK to Datalog, which allows Popper to perform preprocessing on the BK.

0 commit comments

Comments
 (0)