JuliaGraphs / GraphsOptim.jl

A package for graph optimization algorithms that rely on mathematical programming.
https://juliagraphs.org/GraphsOptim.jl/
MIT License
20 stars 4 forks source link

Vertex cover #19

Closed olegfafurin closed 10 months ago

olegfafurin commented 10 months ago

Vertex cover

Update

Added minimum vertex cover algorithm formulated as JuMP optimization problem.

codecov[bot] commented 10 months ago

Codecov Report

Merging #19 (d3a88ef) into main (d87b65d) will decrease coverage by 0.36%. The diff coverage is 96.42%.

@@            Coverage Diff             @@
##             main      #19      +/-   ##
==========================================
- Coverage   98.68%   98.33%   -0.36%     
==========================================
  Files           7        8       +1     
  Lines         152      180      +28     
==========================================
+ Hits          150      177      +27     
- Misses          2        3       +1     
Files Coverage Δ
src/GraphsOptim.jl 100.00% <ø> (ø)
src/min_vertex_cover.jl 96.42% <96.42%> (ø)