Skip to content

Commit f28a040

Browse files
committed
Update readme
1 parent 62a4b63 commit f28a040

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22
![build](https://github.com/meelgroup/approxmc/workflows/build/badge.svg)
33

44
# ApproxMC6: Approximate Model Counter
5-
ApproxMCv6 is a state-of-the-art approximate model counter utilizing an
6-
improved version of CryptoMiniSat to give approximate model counts to problems
7-
of size and complexity that were not possible before.
5+
ApproxMCv6 is a state-of-the-art approximate model counter using
6+
[Arjun](https://github.com/meelgroup/arjun) and
7+
[CryptoMiniSat](https://github.com/msoos/cryptominisat) to give probabilistic
8+
approximate model counts to problems of size and complexity that were not
9+
possible before.
810

911
This work is the culmination of work by a number of people, including but not
1012
limited to, Mate Soos, Jiong Yang, Stephan Gocht, Yash Pote, and Kuldeep S.
1113
Meel. Publications: published [in
1214
AAAI-19](https://www.cs.toronto.edu/~meel/Papers/aaai19-sm.pdf), [in
1315
CAV2020](https://www.cs.toronto.edu/~meel/Papers/cav20-sgm.pdf), and [in
14-
CAV2023](https://arxiv.org/pdf/2305.09247). A large part of the work is in
15-
[CryptoMiniSat](https://github.com/msoos/cryptominisat).
16+
CAV2023](https://arxiv.org/pdf/2305.09247).
1617

1718
ApproxMC handles CNF formulas and performs approximate counting.
1819
1. If you are interested in exact model counting, visit our exact counter
@@ -173,7 +174,9 @@ significant speedup if the number of solutions is very large.
173174

174175

175176
## Issues, questions, bugs, etc.
176-
Please click on "issues" at the top and [create a new issue](https://github.com/meelgroup/mis/issues/new). All issues are responded to promptly.
177+
Please click on "issues" at the top and [create a new
178+
issue](https://github.com/meelgroup/mis/issues/new). All issues are responded
179+
to promptly.
177180

178181
## How to Cite
179182
If you use ApproxMC, please cite the following papers:

0 commit comments

Comments
 (0)