Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

greedy_vertex_coloring issue #586

Closed
yli223 opened this issue Oct 13, 2022 · 2 comments
Closed

greedy_vertex_coloring issue #586

yli223 opened this issue Oct 13, 2022 · 2 comments

Comments

@yli223
Copy link

yli223 commented Oct 13, 2022

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!

@szhorvat szhorvat transferred this issue from igraph/igraph Oct 13, 2022
@szhorvat
Copy link
Member

What is the output of sessionInfo()?

@yli223
Copy link
Author

yli223 commented Oct 13, 2022

Oh, after updating R and reinstalling the igraph library, it works now. Thanks!

@yli223 yli223 closed this as completed Oct 13, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Mar 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants