Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msoeken/cirkit-addon-igraph
CirKit functions with igraph dependency
https://github.com/msoeken/cirkit-addon-igraph
Last synced: 2 days ago
JSON representation
CirKit functions with igraph dependency
- Host: GitHub
- URL: https://github.com/msoeken/cirkit-addon-igraph
- Owner: msoeken
- License: mit
- Created: 2017-02-01T10:27:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-31T07:06:54.000Z (over 7 years ago)
- Last Synced: 2024-11-08T15:52:00.377Z (about 2 months ago)
- Language: C++
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CirKit Addon: igraph
## Install and build
Inside the CirKit main directory:
cd addons
git clone https://github.com/msoeken/cirkit-addon-igraph.git
cd ..
cd build
cmake -Denable_cirkit-addon-igraph=ON ..
make cirkit