Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 2, 2019 00:58
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 ryantm/86c0c1586d25410e6c7b86e3248c9e70 to your computer and use it in GitHub Desktop.
Save ryantm/86c0c1586d25410e6c7b86e3248c9e70 to your computer and use it in GitHub Desktop.
/nix/store/10jghjxlj97rb2kq84q1q1mqgq798src-cryptominisat-5.6.8
├── 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.6
├── libcryptominisat5.so.5.6
└── python3.7
└── site-packages
├── pycryptosat-0.2.0-py3.7.egg-info
└── pycryptosat.cpython-37m-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