File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,16 @@ ApproxMC handles CNF formulas and performs approximate counting.
2323## Installation
2424We recommend using a prebuilt binary from our [ release
2525page] ( https://github.com/meelgroup/approxmc/releases ) which contains binaries
26- for many different platforms. The next best option is to use nix:
26+ for many different platforms. The second best thing to use is Nix. Simply [ install
27+ nix] ( https://nixos.org/download/ ) and then:
2728``` shell
2829git clone https://github.com/meelgroup/approxmc
2930cd approxmc
3031nix-shell
3132```
3233
34+ Then you will have ` approxmc ` binary available and ready to use.
35+
3336## Providing a Projection Set
3437For some applications, one is not interested in solutions over all the
3538variables and instead interested in counting the number of unique solutions to
You can’t perform that action at this time.
0 commit comments