Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created July 8, 2020 04:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/ac96071dcc90e9c0dae0b6bb716dfd19 to your computer and use it in GitHub Desktop.
Save r-ryantm/ac96071dcc90e9c0dae0b6bb716dfd19 to your computer and use it in GitHub Desktop.
/nix/store/66l83xyll6iw038qhgan57w2nncw4ahv-cryptominisat-5.8.0
├── bin
│   ├── cryptominisat5
│   └── cryptominisat5_simple
├── include
│   └── cryptominisat5
│   ├── cryptominisat_c.h
│   ├── cryptominisat.h
│   ├── dimacsparser.h
│   ├── solvertypesmini.h
│   └── streambuffer.h
└── lib
├── cmake
│   └── cryptominisat5
│   ├── cryptominisat5Config.cmake
│   ├── cryptominisat5Targets.cmake
│   └── cryptominisat5Targets-release.cmake
├── libcryptominisat5.so -> libcryptominisat5.so.5.8
├── libcryptominisat5.so.5.8
└── python3.8
└── site-packages
├── pycryptosat-0.2.0-py3.8.egg-info
└── pycryptosat.cpython-38-x86_64-linux-gnu.so
8 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment