Skip to content

Hguimaraes/graphtheoryufrj.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

graphtheoryufrj.jl

A Julia package with graph algorithms for the course "Graph Theory" (COS242) at UFRJ.

How to use it

    Pkg.clone("https://github.com/Hguimaraes/graphtheoryufrj.jl.git")
    using graphtheoryufrj

Dependencies

All the dependencies are in the REQUIRE file and will be download when you clone the package. But in order to run the "graph_coloring.jl" you need to install the Gurobi Solver and the package associated by:

    Pkg.add("Gurobi")

Performance test

About

[UFRJ - COS242] A simple Graph Package with Algorithms in Julia

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages