Skip to content

Releases: amirdeljouyi/graph-coloring

First Release

18 Aug 12:30
Compare
Choose a tag to compare

Features

  • Workspace for graph editing
    • Graphically Add/Edit/Delete Vertices and Edges
  • Setup builtin graphs
    • Petersen Graph
    • Konigsberg Bridges Graph
    • Configurable Complete Graph
    • Configurable Hypergraph
    • Custom Graphs
  • Import graph
    • import dimacs and json graph
  • Export graph
    • export to dimacs and json graph
  • Support algorithms:
    • Welsh Powell
    • Harmony Search
    • Genetic Algorithm