{"id":16518093,"url":"https://github.com/armavica/coloring","last_synced_at":"2026-05-08T20:33:40.864Z","repository":{"id":53726929,"uuid":"110455134","full_name":"Armavica/coloring","owner":"Armavica","description":"A library to solve Graph Coloring Problems in Rust.","archived":false,"fork":false,"pushed_at":"2021-03-17T17:51:44.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-09T10:07:39.436Z","etag":null,"topics":["graph-coloring","optimization","simulated-annealing"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Armavica.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-12T17:52:07.000Z","updated_at":"2021-03-17T17:57:39.000Z","dependencies_parsed_at":"2022-09-10T12:11:34.469Z","dependency_job_id":null,"html_url":"https://github.com/Armavica/coloring","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Armavica/coloring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Armavica%2Fcoloring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Armavica%2Fcoloring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Armavica%2Fcoloring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Armavica%2Fcoloring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Armavica","download_url":"https://codeload.github.com/Armavica/coloring/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Armavica%2Fcoloring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32795970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["graph-coloring","optimization","simulated-annealing"],"created_at":"2024-10-11T16:34:51.801Z","updated_at":"2026-05-08T20:33:40.850Z","avatar_url":"https://github.com/Armavica.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Graph coloring solver with simulated annealing\n\nThis tiny library (toy project) solves the [graph coloring\nproblem](https://en.wikipedia.org/wiki/Graph_coloring) by [simulated\nannealing](https://en.wikipedia.org/wiki/Simulated_annealing).\n\nThe provided binary reads the description of a graph on a file or the\nstandard input, with the following format:\n\n* `N`, `E` on the first line (number of nodes, number of edges)\n* `a_i`, `b_i` on the `E` next lines (where `a_i` and `b_i` are nodes of the\n    graph linked by an edge).\n\nThen, it attempts to solve the graph coloring problem with decreasing\nnumbers of colors, and write the solutions to files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmavica%2Fcoloring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farmavica%2Fcoloring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmavica%2Fcoloring/lists"}