{"id":20373177,"url":"https://github.com/st235/hse.modernoperationsresearchmethods.localsearchmaxclique","last_synced_at":"2026-05-30T18:31:30.225Z","repository":{"id":140153789,"uuid":"604831028","full_name":"st235/HSE.ModernOperationsResearchMethods.LocalSearchMaxClique","owner":"st235","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-02T21:17:15.000Z","size":50023,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T20:43:59.240Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/st235.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-21T22:04:49.000Z","updated_at":"2023-02-24T22:26:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"d28cf331-9fff-4cae-981b-205bef63ea6f","html_url":"https://github.com/st235/HSE.ModernOperationsResearchMethods.LocalSearchMaxClique","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/st235/HSE.ModernOperationsResearchMethods.LocalSearchMaxClique","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st235%2FHSE.ModernOperationsResearchMethods.LocalSearchMaxClique","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st235%2FHSE.ModernOperationsResearchMethods.LocalSearchMaxClique/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st235%2FHSE.ModernOperationsResearchMethods.LocalSearchMaxClique/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st235%2FHSE.ModernOperationsResearchMethods.LocalSearchMaxClique/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/st235","download_url":"https://codeload.github.com/st235/HSE.ModernOperationsResearchMethods.LocalSearchMaxClique/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st235%2FHSE.ModernOperationsResearchMethods.LocalSearchMaxClique/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33705207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-15T01:16:59.752Z","updated_at":"2026-05-30T18:31:30.196Z","avatar_url":"https://github.com/st235.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HSE.LocalSearchMaxClique\n\n## Build\n\n\n[`local_search_max_clique.cpp`](./local_search_max_clique.cpp) is the main file and contains the implementation. To build a CLI application you need to run the command below:\n\n```bash\ng++ -std=c++17 local_search_max_clique.cpp -O3\n```\n\nPlease, pay attention that app requires **C++ 17**. You should use one of the [compilers that support](https://en.cppreference.com/w/cpp/compiler_support/17) the standard.\n\n## Report\n\nThe output of one program run can be found in **below** or in [`clique_tabu.csv`](./clique_tabu.csv).\n\n```text\n            Instance    Clique      Time, sec\n      brock200_1.clq        21          6.347\n      brock200_2.clq        12          4.604\n      brock200_3.clq        14          5.043\n      brock200_4.clq        17          5.346\n      brock400_1.clq        25         26.928\n      brock400_2.clq        25         26.723\n      brock400_3.clq        25          26.86\n      brock400_4.clq        25         26.804\n          C125.9.clq        34          2.892\n  gen200_p0.9_44.clq        44          6.449\n  gen200_p0.9_55.clq        55          6.726\n      hamming8-4.clq        16          7.324\n   johnson16-2-4.clq         8          1.621\n    johnson8-2-4.clq         4          0.106\n         keller4.clq        11          3.587\n        MANN_a27.clq       125         26.179\n         MANN_a9.clq        16          0.606\n     p_hat1000-1.clq        10         93.076\n     p_hat1000-2.clq        46        159.395\n     p_hat1500-1.clq        12        232.656\n      p_hat300-3.clq        36         14.675\n      p_hat500-3.clq        50         46.566\n         san1000.clq        10        135.722\n     sanr200_0.9.clq        42          6.856\n     sanr400_0.7.clq        21         25.738\n```\nP.S.: Thank you for reading!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fst235%2Fhse.modernoperationsresearchmethods.localsearchmaxclique","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fst235%2Fhse.modernoperationsresearchmethods.localsearchmaxclique","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fst235%2Fhse.modernoperationsresearchmethods.localsearchmaxclique/lists"}