Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 807 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 807 Bytes

MISAlgorithms

Build Status Codecov

Maximum independent set algorithms, e.g. branching, measure and conquer.

NOTE: The main functionality has been migrated to EliminateGraphs.jl. This project is only for research now.

To develop

Type ] in a Julia REPL, then input

pkg> dev git@github.com:GiggleLiu/EliminateGraphs.jl.git
pkg> dev git@github.com:GiggleLiu/MISAlgorithms.jl.git

References