Skip to content

Commit

Permalink
fix missing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfafurin committed Nov 10, 2023
1 parent 645e3fc commit d3a88ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/algorithms.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ GraphsOptim.min_cost_assignment!

```@docs
min_vertex_cover
GraphsOptim.min_vertex_cover!
```

Finds a subset $S \subset V$ of vertices of an undirected graph $G = (V,E)$ such that $\forall (u,v) \in E: u \in S \lor v \in S$
Expand Down

0 comments on commit d3a88ef

Please sign in to comment.