We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fccbd6d commit 16a25c8Copy full SHA for 16a25c8
1 file changed
src/mst.jl
@@ -20,7 +20,9 @@ export MstProblem
20
- `connections::Vector{Connection}`: The connections (edges) in the network.
21
22
# Note
23
- The Connection object defined a directed edge, but for the minimum spanning tree problem, the edges are considered undirected.
+
24
+ The Connection object defines a directed edge, but for the minimum spanning tree problem,
25
+ the edges are considered undirected.
26
"""
27
struct MstProblem
28
connections::Vector{Connection}
0 commit comments