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

Improve graph #673

Merged
merged 1 commit into from
Nov 1, 2023
Merged

Improve graph #673

merged 1 commit into from
Nov 1, 2023

Conversation

ishii-norimi
Copy link
Member

Resolve #672 .

Changes proposed in this pull request:

  • Add from and to properties in edge class
  • Improve some method checking "already checked"
  • Improve chromaticIndex
  • Add clearNodes, clearEdges, isEulerian, isSemiEulerian, isHamiltonian, isSemiHamiltonian, toUndirected, toSimple, line, cleaving, hamiltonianPath, hamiltonianPathDynamicProgramming and hamiltonianCycle methods
  • Improve getEdges to set detail condition
  • Fix hasCycleEachNodes, subdivision, cartesianProduct, tensorProduct, strongProduct and lexicographicProduct

@ishii-norimi ishii-norimi merged commit 8237e41 into main Nov 1, 2023
3 checks passed
@ishii-norimi ishii-norimi deleted the feature/672 branch November 1, 2023 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ENH]: Improve and fix graph class
1 participant