Skip to content

Commit 3fccf20

Browse files
committed
update
1 parent c514b66 commit 3fccf20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/IndependentSet.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ## Problem definition
44
# In graph theory, an [independent set](https://en.wikipedia.org/wiki/Independent_set_(graph_theory)) is a set of vertices in a graph, no two of which are adjacent.
5-
# In the following, we are going to defined an independent set problem for the Petersen graph.
5+
# In the following, we are going to defined the independent set problem on the Petersen graph.
66

77
using GraphTensorNetworks, Graphs
88

@@ -123,7 +123,7 @@ loaded_sets = load_configs(filename; format=:binary, bitlength=10)
123123
# Because the bitstring length is not stored.
124124

125125
# ## Weights and open vertices
126-
# [`IndependentSet`] accepts weights as a key word argument.
126+
# [`IndependentSet`](@ref) accepts weights as a key word argument.
127127
# The following code computes the weighted MIS problem.
128128
problem = IndependentSet(graph; weights=collect(1:10))
129129

0 commit comments

Comments
 (0)