Skip to content

Commit 7170567

Browse files
committed
fix example
1 parent 3fd5d0b commit 7170567

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

R/structural.properties.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1839,7 +1839,7 @@ topo_sort <- function(graph, mode = c("out", "all", "in")) {
18391839
#'
18401840
#' g <- sample_gnm(20, 40, directed = TRUE)
18411841
#' feedback_arc_set(g)
1842-
#' feedback_arc_set(g, algo = "approx")
1842+
#' feedback_arc_set(g, algo = "approx_eades")
18431843
feedback_arc_set <- feedback_arc_set_impl
18441844

18451845
#' Girth of a graph

man/feedback_arc_set.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)