https://github.com/igraph/igraph-example
Example projects that demonstrate the usage of igraph
https://github.com/igraph/igraph-example
Last synced: about 1 year ago
JSON representation
Example projects that demonstrate the usage of igraph
- Host: GitHub
- URL: https://github.com/igraph/igraph-example
- Owner: igraph
- Created: 2022-09-18T14:00:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T12:03:43.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T09:12:00.437Z (over 1 year ago)
- Language: C
- Size: 3.91 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains example projects that illustrate several methods of linking to igraph:
- `cmake-project`: CMake project, using an existing igraph installation
- `cmake-project-2`: CMake project, using igraph as a submodule
- `basic-project`: Link to igraph manually
It is recommended to use CMake for your own project. CMake handles linking to igraph automatically and in a platform-independent manner.