Skip to content

greedy_vertex_coloring issue #586

Closed
Closed
@yli223

Description

I am trying to use greedy_vertex_coloring function for my research, but it does not work. Here is my version:

R: R 4.1.0 GUI 1.76 High Sierra build (7976)
iGraph: igraph_1.3.5

Here is my command:

library(igraph)
g <- make_graph("petersen")
greedy_vertex_coloring(g)

Here is my output:

Error in greedy_vertex_coloring(g) :
could not find function "greedy_vertex_coloring"

Anyone knows what is happening here? Thank you in advance for your help!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions