{"id":24318257,"url":"https://github.com/rdmpage/graph-template-library","last_synced_at":"2025-09-27T03:31:20.744Z","repository":{"id":4918285,"uuid":"6074698","full_name":"rdmpage/graph-template-library","owner":"rdmpage","description":"GTL (Graph Template Library) is a STL based library, which provides necessary classes and algorithms for the work with graphs.","archived":false,"fork":false,"pushed_at":"2022-06-05T18:58:42.000Z","size":1234,"stargazers_count":19,"open_issues_count":1,"forks_count":11,"subscribers_count":5,"default_branch":"master","last_synced_at":"2023-10-20T22:47:30.983Z","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":"elodina/go_kafka_client","license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rdmpage.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-10-04T11:55:22.000Z","updated_at":"2023-10-13T14:16:42.000Z","dependencies_parsed_at":"2022-09-04T16:10:29.228Z","dependency_job_id":null,"html_url":"https://github.com/rdmpage/graph-template-library","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdmpage%2Fgraph-template-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdmpage%2Fgraph-template-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdmpage%2Fgraph-template-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdmpage%2Fgraph-template-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdmpage","download_url":"https://codeload.github.com/rdmpage/graph-template-library/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234376967,"owners_count":18822424,"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-01-17T14:37:41.977Z","updated_at":"2025-09-27T03:31:15.262Z","avatar_url":"https://github.com/rdmpage.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-\n\n                    The Graph Template Library - GTL\n\n-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-\n\n  PLEASE READ THE FILE 'COPYING' BEFORE APPLYING AND USING THIS SOFTWARE\n\n-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-\n\n\nABOUT GTL\n\n   GTL, the \"Graph Template Library\", can be seen as an\n   extension of the Standard Template Library STL to graphs and\n   fundamental graph algorithms.\n\n   Graphs are a common model for discrete relational structures,\n   such as diagrams, nets and networks, hierarchies, plans,\n   charts, or maps. And there are many important algorithms for\n   graphs, such us exhaustive search, shortest path, minimum\n   spanning tree, matching or network flow, with a wide range of\n   applications in areas such as Computer Science, Discrete\n   Mathematics, Chemistry, Molecular Biology, Operations\n   Research, Engineering, Computer Aided Design, Project\n   Management, Production Planning, Surveillance, and Maintenance\n   Control, Cartography, and other application areas. The wide\n   use of graphs is also due to the fact that they have a natural\n   graphical representation and Graphlet is a tool for this.\n\n   GTL is a platform independent and extendible C++ library. It\n   is a useful aid to any software designer. GTL contains the\n   classes needed to work with graphs, nodes and edges and some\n   fundamental algorithms as building blocks for more complex\n   graph algorithms.  Further algorithms are under development.\n\n   Customized algorithms can be developed by experienced\n   programmers. A major step shall be support for models of\n   hierachically structured graph and the efficient manipulation\n   of really large graphs.\n\n   GTL has been designed and programmed following the guide lines\n   of STL.\n\n\nWHAT IS GTL?\n\n   There are some basic data structures and algorithms which are frequently\n   used in many programs.  This includes container classes such as vectors,\n   sets and lists.\n\n   Many commercial but some free libraries have implemented these data\n   structures and algorithms in a general way. This makes them usable for\n   many puposes.\n\n   One of these libraries is the Standard Template Library (STL), an\n   extremely flexible implementation of many container classes and standard\n   algorithms. STL is supposed to become a part of the C++ standard library\n   and therefore is an ideal basis when writing portable programs.\n\n   Unfortunately, STL has no support for graphs and graph algorithms.\n   However, graphs are widely used to model complex relational structures.\n\n   Since we are intensively working with graph algorithms especially\n   in Graphlet (http://www.fmi.uni-passau.de/Graphlet/), we decided to\n   implement GTL, a graph library based on STL. For the design of\n   GTL's API bases on the API of LEDA. GTL contains the classes\n   needed to work with graphs, nodes and edges and some basic\n   algorithms as building blocks for more complex graph\n   algorithms. Further algorithms are under work.\t  \n\n\nVERSION:\n\n   The most recent version is 1.2.2. \n\n   For the changes since the last release 1.2.1 please see the\n   ChangeLog and NEWS files.\n\n\nPLATFORMS:\n\n  We are currently using GTL in Graphlet on the following platforms:\n\t\n\t* Solaris with gcc-3.x\n\t* Linux with gcc-3.x\n\t* MS Windows XP and Visual Studio .NET 2003\n\t* Mac OS X 10.2, 10.3 \n\nHOMEPAGE:\n\n   Please refer to our homepage \n  \n\thttp://www.infosun.fmi.uni-passau.de/GTL\n\t\n   for updates and latest news.\n\n\nAUTHORS:\n\n   GTL was designed and implemented by\n\n\tMichael Forster\t\u003cforster@fmi.uni-passau.de\u003e\n\tAndreas Pick\t\u003cpick@fmi.uni-passau.de\u003e\n\tMarcus Raitner\t\u003craitner@fmi.uni-passau.de\u003e\n\n   Acknowledgements to\n\n        Christian Bachmaier  \u003cchris@infosun.fmi.uni-passau.de\u003e\n\n\nBUGS AND FEATURES:\n\n   If you want to report any bugs in GTL or you have suggestions\n   concerning desirable feature. Please let us know !\n\n   We maintain mailing-lists for all these purposes. The\n   following lists are available:\n\n   gtl@infosun.fmi.uni-passau.de\n   =============================\n\tComments an questions about GTL to the GTL Team\n\n   gtl-bugs@infosun.fmi.uni-passau.de\n   ==================================\n        Bug Reports\n\n   gtl-users@infosun.fmi.uni-passau.de\n   ===================================\n        General Discussion about GTL\n\n   gtl-announce@infosun.fmi.uni-passau.de\n   ======================================\n        Low traffic, read only list for announcements of new GTL\n\tversions.\n\n\n   You can subscribe to the the gtl-announce or gtl-users list by\n   sending mail to \n\n   gtl-announce-request@infosun.fmi.uni-passau.de or\n   gtl-users-request@infosun.fmi.uni-passau.de \n   \n   with the single word \"subscribe\" in the body of the message. \n\n   All announcements on the gtl-announce list are forwarded to\n   the gtl-users list, so there is no need to subscribe to both.  \n\n   Please send bugreports and/or suggestions to the appropriate list\n\n   Always include the following informations in your bugreports:\n\n\t* Operating System / Version (+ Service Pack)\n\t* Compiler / Version (+ Service Pack)\n\t* GTL version\n\t* A detailed description of the bug\n\t* Any warnings or errors you get.\n\t* output of make\n\t* the file config.log\n\t* $20 :-)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdmpage%2Fgraph-template-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdmpage%2Fgraph-template-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdmpage%2Fgraph-template-library/lists"}