Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Mar 22, 2024
1 parent 1665bb1 commit 9f357a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/structural.properties.R
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@ topo_sort <- function(graph, mode = c("out", "all", "in")) {
#'
#' g <- sample_gnm(20, 40, directed = TRUE)
#' feedback_arc_set(g)
#' feedback_arc_set(g, algo = "approx")
#' feedback_arc_set(g, algo = "approx_eades")
feedback_arc_set <- feedback_arc_set_impl

#' Girth of a graph
Expand Down
2 changes: 1 addition & 1 deletion man/feedback_arc_set.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f357a8

Please sign in to comment.