LightGraphs

所属分类:Julia编程
开发工具:Julia
文件大小:300KB
下载次数:0
上传日期:2021-10-08 14:57:24
上 传 者sh-1993
说明:  Julia编程语言的优化图包
(An optimized graphs package for the Julia programming language)

文件列表:
.zenodo.json (754, 2021-10-08)
CITATION.bib (332, 2021-10-08)
CONTRIBUTING.md (5269, 2021-10-08)
LICENSE.md (4198, 2021-10-08)
Project.toml (954, 2021-10-08)
appveyor.yml (1050, 2021-10-08)
benchmark (0, 2021-10-08)
benchmark\benchmarks.jl (434, 2021-10-08)
benchmark\centrality.jl (922, 2021-10-08)
benchmark\connectivity.jl (402, 2021-10-08)
benchmark\core.jl (1177, 2021-10-08)
benchmark\edges.jl (693, 2021-10-08)
benchmark\insertions.jl (101, 2021-10-08)
benchmark\parallel (0, 2021-10-08)
benchmark\parallel\egonets.jl (1494, 2021-10-08)
benchmark\traversals.jl (466, 2021-10-08)
codecov.yml (294, 2021-10-08)
docs (0, 2021-10-08)
docs\Project.toml (92, 2021-10-08)
docs\a.png (4217, 2021-10-08)
docs\make.jl (2188, 2021-10-08)
docs\notebooks (0, 2021-10-08)
docs\notebooks\triangles.ipynb (9377, 2021-10-08)
docs\src (0, 2021-10-08)
docs\src\basicproperties.md (2182, 2021-10-08)
docs\src\centrality.md (620, 2021-10-08)
docs\src\citing.md (424, 2021-10-08)
docs\src\coloring.md (428, 2021-10-08)
... ...

# LightGraphs [![Build Status](https://github.com/JuliaGraphs/LightGraphs.jl/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/JuliaGraphs/LightGraphs.jl/actions/workflows/ci.yml?query=branch%3Amaster) [![codecov.io](http://codecov.io/github/JuliaGraphs/LightGraphs.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaGraphs/LightGraphs.jl?branch=master) [![](https://img.shields.io/badge/docs-latest-blue.svg)](https://juliagraphs.github.io/LightGraphs.jl/latest) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.889971.svg)](https://doi.org/10.5281/zenodo.889971) **Project Status:** As of 8 October 2021 LightGraphs is no longer under active development. It will remain available on Github at [sbromberger/LightGraphs.jl](https://github.com/sbromberger/LightGraphs.jl). The JuliaGraphs organization will continue to maintain packages that use LightGraphs and transition development over the long term. LightGraphs offers both (a) a set of simple, concrete graph implementations -- `Graph` (for undirected graphs) and `DiGraph` (for directed graphs), and (b) an API for the development of more sophisticated graph implementations under the `AbstractGraph` type. The project goal is to mirror the functionality of robust network and graph analysis libraries such as [NetworkX](http://networkx.github.io) while being simpler to use and more efficient than existing Julian graph libraries such as [Graphs.jl](https://github.com/JuliaLang/Graphs.jl). It is an explicit design decision that any data not required for graph manipulation (attributes and other information, for example) is expected to be stored outside of the graph structure itself. Such data lends itself to storage in more traditional and better-optimized mechanisms. Additional functionality may be found in a number of companion packages, including: * [LightGraphsExtras.jl](https://github.com/JuliaGraphs/LightGraphsExtras.jl): extra functions for graph analysis. * [MetaGraphs.jl](https://github.com/JuliaGraphs/MetaGraphs.jl): graphs with associated meta-data. * [SimpleWeightedGraphs.jl](https://github.com/JuliaGraphs/SimpleWeightedGraphs.jl): weighted graphs. * [GraphIO.jl](https://github.com/JuliaGraphs/GraphIO.jl): tools for importing and exporting graph objects using common file types like edgelists, GraphML, Pajek NET, and more. ## Documentation Full documentation is available at [GitHub Pages](https://juliagraphs.github.io/LightGraphs.jl/latest). Documentation for methods is also available via the Julia REPL help system. Additional tutorials can be found at [JuliaGraphsTutorials](https://github.com/JuliaGraphs/JuliaGraphsTutorials). ## Installation Installation is straightforward: enter Pkg mode by hitting `]`, and then ```julia-repl (v1.0) pkg> add LightGraphs ``` ## Supported Versions * LightGraphs master is generally designed to work with the latest stable version of Julia (except during Julia version increments as we transition to the new version). * Julia 0.3: LightGraphs v0.3.7 is the last version guaranteed to work with Julia 0.3. * Julia 0.4: LightGraphs versions in the 0.6 series are designed to work with Julia 0.4. * Julia 0.5: LightGraphs versions in the 0.7 series are designed to work with Julia 0.5. * Julia 0.6: LightGraphs versions in the 0.8 through 0.12 series are designed to work with Julia 0.6. * Julia 0.7 / 1.0: LightGraphs versions in the 1.x series are designed to work with Julia 0.7 and Julia 1.0. * Later versions: Some functionality might not work with prerelease / unstable / nightly versions of Julia. If you run into a problem, please file an issue. # Contributing and Reporting Bugs We welcome contributions and bug reports! Please see [CONTRIBUTING.md](https://github.com/JuliaGraphs/LightGraphs.jl/blob/master/CONTRIBUTING.md) for guidance on development and bug reporting. # Citing We encourage you to cite our work if you have used our libraries, tools or datasets. Starring the repository on GitHub is also appreciated. See the Zenodo badge above or refer to `CITATION.bib`.

近期下载者

相关文件


收藏者