Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 19, 2020 03:50
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/3a5e7bfb40d193c3ac077c12828da2d1 to your computer and use it in GitHub Desktop.
Save r-ryantm/3a5e7bfb40d193c3ac077c12828da2d1 to your computer and use it in GitHub Desktop.
/nix/store/0xq1sfs76rnswbzgjm6wybbkm198199h-cryptominisat-5.7.1
├── 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.7
├── libcryptominisat5.so.5.7
└── 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