You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,10 +161,7 @@ Popper uses various MaxSAT solvers. By default, Popper uses the [RC2](https://al
161
161
- WMaxCDCL (exact)
162
162
- NuWLS (anytime)
163
163
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.
168
165
169
166
#### Performance tips
170
167
- Transform your BK to Datalog, which allows Popper to perform preprocessing on the BK.
0 commit comments