FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

seldon-code/graph_lib: C++ library for directed and undirected networks. · GitHub

Repository files navigation

Graph_lib

A library for directed and undirected networks and related graph algorithms. WIP.

Compilation and Running

If you want to use micromamba as the package manager, create and activate the environment.

micromamba create -f environment.yml
micromamba activate seldonenv

We use meson to compile and build Seldon.

meson setup build
meson compile -C build

To install seldon to your conda environment, run the following:

meson setup build --prefix $CONDA_PREFIX
meson install -C build

Running Tests

To run the tests, go into the build directory and run the following:

meson test

About

C++ library for directed and undirected networks.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL