GraphsOptim.jl

A package for graph optimization algorithms that rely on mathematical programming.
Author JuliaGraphs
Popularity
17 Stars
Updated Last
5 Months Ago
Started In
March 2022

GraphsOptim

Dev Build Status Coverage Code Style: Blue

A package for graph optimization algorithms that rely on mathematical programming.

Getting started

This package is still experimental, which is why it is not yet registered. To install it, you need to use the GitHub URL:

using Pkg; Pkg.add(url="https://github.com/JuliaGraphs/GraphsOptim.jl")

Roadmap

This package only contains a few algorithms, and we would like to add more. New contributors are always welcome: just pick a problem from our roadmap issue, open a pull request following the guidelines, and we will help you get it merged!