Skip to content

Add Goldberg-Plotkin-Shannon synchronized (Delta + 1)-coloring algorithm#57

Open
Feq149 wants to merge 3 commits into
krzysztof-turowski:masterfrom
Feq149:ghs
Open

Add Goldberg-Plotkin-Shannon synchronized (Delta + 1)-coloring algorithm#57
Feq149 wants to merge 3 commits into
krzysztof-turowski:masterfrom
Feq149:ghs

Conversation

@Feq149

@Feq149 Feq149 commented Jan 20, 2025

Copy link
Copy Markdown

No description provided.

@krzysztof-turowski krzysztof-turowski added the enhancement New feature or request label Jan 21, 2025

@krzysztof-turowski krzysztof-turowski left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much, I have run the code locally - but please (1) fix the style issues (see "make format" command in Makefile for a proper command to do so), (2) provide example invocation in Makefile, (3) please add LaTeX source alongside pdf, (4) please git mv files to follow conventions:

  • graphs/coloring/sync_gps/gps.go
  • example/graphs_coloring_sync_gps.go (I know it's counterintuitive, but this way it agrees with directory structure)
  • test/graphs_coloring_test.go

Comment on lines +111 to +113
} else {

}

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove

Comment on lines +122 to +125
if _,exists := s.Pseudoforests_in[s.Current_pseudoforest];!exists {
return

}

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove empty line, add space after comma (before exists) etc. - in general please run gofmt -l -s -w FILE` on files you created

@krzysztof-turowski krzysztof-turowski changed the title adding ghs Add Goldberg-Plotkin-Shannon (Delta + 1)-coloring algorithm Jan 21, 2025
@krzysztof-turowski krzysztof-turowski changed the title Add Goldberg-Plotkin-Shannon (Delta + 1)-coloring algorithm Add Goldberg-Plotkin-Shannon synchronized (Delta + 1)-coloring algorithm Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants