Skip to content

Commit 16a25c8

Browse files
committed
(#2) Add documentation that states the Connection in MstProblem acts like undirected edge
1 parent fccbd6d commit 16a25c8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/mst.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ export MstProblem
2020
- `connections::Vector{Connection}`: The connections (edges) in the network.
2121
2222
# Note
23-
The Connection object defined a directed edge, but for the minimum spanning tree problem, the edges are considered undirected.
23+
24+
The Connection object defines a directed edge, but for the minimum spanning tree problem,
25+
the edges are considered undirected.
2426
"""
2527
struct MstProblem
2628
connections::Vector{Connection}

0 commit comments

Comments
 (0)