Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/structural-properties.R
Original file line number Diff line number Diff line change
Expand Up @@ -1937,7 +1937,7 @@ feedback_vertex_set <- feedback_vertex_set_impl
#' for undirected circles anyway.
#' @param circle Logical scalar, whether to return the shortest circle itself.
#' @return A named list with two components: \item{girth}{Integer constant, the
#' girth of the graph, or 0 if the graph is acyclic.} \item{circle}{Numeric
#' girth of the graph, or `Inf` if the graph is acyclic.} \item{circle}{Numeric
#' vector with the vertex ids in the shortest circle.}
#' @author Gabor Csardi \email{csardi.gabor@@gmail.com}
#' @references Alon Itai and Michael Rodeh: Finding a minimum circuit in a
Expand Down
2 changes: 1 addition & 1 deletion man/girth.Rd

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

Loading