{"id":20373162,"url":"https://github.com/st235/hse.modernoperationsresearchmethods.maxclique","last_synced_at":"2026-05-21T16:44:17.020Z","repository":{"id":140153794,"uuid":"600429591","full_name":"st235/HSE.ModernOperationsResearchMethods.MaxClique","owner":"st235","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-26T22:44:45.000Z","size":49997,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T06:49:35.871Z","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-11T13:21:54.000Z","updated_at":"2023-02-12T16:14:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"30918e72-4822-4df6-9fa9-b2e3de42f4c1","html_url":"https://github.com/st235/HSE.ModernOperationsResearchMethods.MaxClique","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st235%2FHSE.ModernOperationsResearchMethods.MaxClique","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st235%2FHSE.ModernOperationsResearchMethods.MaxClique/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st235%2FHSE.ModernOperationsResearchMethods.MaxClique/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st235%2FHSE.ModernOperationsResearchMethods.MaxClique/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/st235","download_url":"https://codeload.github.com/st235/HSE.ModernOperationsResearchMethods.MaxClique/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241921836,"owners_count":20042763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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:55.779Z","updated_at":"2026-05-21T16:44:11.974Z","avatar_url":"https://github.com/st235.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Max Clique\n\n## Build\n\n[`max_clique.cpp`](./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 -O3 max_clique.cpp\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.csv`](./clique.csv).\n\n```text\n            Instance    Clique      Time, sec\n      brock200_1.clq        19          0.334\n      brock200_2.clq         9          0.038\n      brock200_3.clq        12          0.085\n      brock200_4.clq        15          0.155\n      brock400_1.clq        23          0.958\n      brock400_2.clq        24          0.805\n      brock400_3.clq        23          0.798\n      brock400_4.clq        24          0.768\n          C125.9.clq        33          1.101\n  gen200_p0.9_44.clq        43          2.038\n  gen200_p0.9_55.clq        54          2.401\n      hamming8-4.clq        16          0.134\n   johnson16-2-4.clq         8          0.051\n    johnson8-2-4.clq         4          0.001\n         keller4.clq        11          0.055\n        MANN_a27.clq       125         82.765\n         MANN_a9.clq        16          0.104\n     p_hat1000-1.clq         8          0.207\n     p_hat1000-2.clq        45          5.368\n     p_hat1500-1.clq        10          0.701\n      p_hat300-3.clq        34          1.312\n      p_hat500-3.clq        48          4.501\n         san1000.clq         9          4.272\n     sanr200_0.9.clq        40          2.133\n     sanr400_0.7.clq        19          0.486\n```\n\nP.S.: Thank you for reading!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fst235%2Fhse.modernoperationsresearchmethods.maxclique","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fst235%2Fhse.modernoperationsresearchmethods.maxclique","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fst235%2Fhse.modernoperationsresearchmethods.maxclique/lists"}