{"id":26368770,"url":"https://github.com/bindreams/graph_search","last_synced_at":"2025-03-16T22:49:00.411Z","repository":{"id":167685058,"uuid":"157000443","full_name":"bindreams/graph_search","owner":"bindreams","description":"Searching for subgraphs in graphs in C++","archived":false,"fork":false,"pushed_at":"2025-03-07T15:18:07.000Z","size":985,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-07T16:25:40.709Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bindreams.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-11-10T16:41:28.000Z","updated_at":"2025-03-07T15:18:21.000Z","dependencies_parsed_at":"2023-09-11T02:01:38.868Z","dependency_job_id":null,"html_url":"https://github.com/bindreams/graph_search","commit_stats":null,"previous_names":["andreasxp/graph_search","bindreams/graph_search"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bindreams%2Fgraph_search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bindreams%2Fgraph_search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bindreams%2Fgraph_search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bindreams%2Fgraph_search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bindreams","download_url":"https://codeload.github.com/bindreams/graph_search/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243945479,"owners_count":20372894,"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":"2025-03-16T22:48:59.879Z","updated_at":"2025-03-16T22:49:00.404Z","avatar_url":"https://github.com/bindreams.png","language":"C++","readme":"# graph_search\nSearching for subgraphs in graphs in C++\n\n# Building\n`graph_search` is a header-only library, and it does not need to be compiled. However, you can compile tests and examples using the following instructions.\nTo build the program yourself, first make sure you have the following tools installed:\n- C++ compiler (tested with GCC 9.2)\n- CMake\n- Python\n- [Conan package manager](https://conan.io/)\n\n1. Add the [bincrafters repository](https://bintray.com/bincrafters/public-conan) to conan.\n1. Compile and export into conan cache the following projects in order:\n    - [skarupke hash maps](https://github.com/andreasxp/flat_hash_map) (this is a dependency, not a first-party lib)\n    - [type_traits](https://github.com/andreasxp/type_traits)\n    - [random](https://github.com/andreasxp/random)\n    - [dataprism](https://github.com/andreasxp/dataprism)\n    - [manual_ptr](https://github.com/andreasxp/manual_ptr)\n    - [graph](https://github.com/andreasxp/graph)\n1. Compile graph_search examples.\n\nTo compile and export the projects you can use the conan commands from the directory root. Conan also has support for building tests and examples for all projects.\n```\nconan install . -if build -b outdated -o tests=True -o examples=True\nconan build . -bf build\nconan create . andreasxp/stable\n```\nIn these commands, `-o tests=True` and `-o examples=True` can be omitted for the projects you don't want tests for.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbindreams%2Fgraph_search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbindreams%2Fgraph_search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbindreams%2Fgraph_search/lists"}