GraphsOptim.jl icon indicating copy to clipboard operation
GraphsOptim.jl copied to clipboard

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

Results 6 GraphsOptim.jl issues
Sort by recently updated
recently updated
newest added

**Polynomial problems** - [x] shortest path - [x] flow - [ ] assignment / matching - [ ] spanning tree **NP-hard problems** - [ ] coloring - [ ] fractional...

enhancement
good first issue

What is the advice for near term users of this and the flows and matching packages? Especially in the context of developers. I am comfortable with dealing with deprecations and...

Use PicoSAT to find the optimal proper coloring of a graph.

It would be fairly easy to test our algorithms by comparing their output with the networkx equivalent

enhancement

Would you be open to a pull request implementing an algorithm for chromatic number and another for fractional chromatic number? The former uses PicoSAT and the latter would use some...

enhancement

A natural addition is a function to find isomorphisms between graphs. I've written some code that does that. (I'm sure it works for simple graphs and simple digraphs. Not sure...