GraphsOptim

所属分类:图形图像处理
开发工具:Julia
文件大小:0KB
下载次数:0
上传日期:2023-09-25 12:32:21
上 传 者sh-1993
说明:  依赖于数学编程的图优化算法的包。,
(A package for graph optimization algorithms that rely on mathematical programming.,)

文件列表:
.JuliaFormatter.toml (14, 2023-11-10)
CITATION.bib (229, 2023-11-10)
CONTRIBUTING.md (780, 2023-11-10)
LICENSE (1103, 2023-11-10)
Project.toml (1462, 2023-11-10)
docs/ (0, 2023-11-10)
docs/Manifest.toml (23478, 2023-11-10)
docs/Project.toml (141, 2023-11-10)
docs/make.jl (1049, 2023-11-10)
docs/src/ (0, 2023-11-10)
docs/src/algorithms.md (1778, 2023-11-10)
src/ (0, 2023-11-10)
src/GraphsOptim.jl (1074, 2023-11-10)
src/assignment.jl (1597, 2023-11-10)
src/flow.jl (3406, 2023-11-10)
src/fractional_coloring.jl (1889, 2023-11-10)
src/graph_matching.jl (3757, 2023-11-10)
src/min_vertex_cover.jl (1625, 2023-11-10)
src/shortest_path.jl (2436, 2023-11-10)
src/utils.jl (1235, 2023-11-10)
test/ (0, 2023-11-10)
test/assignment.jl (312, 2023-11-10)
test/flow.jl (416, 2023-11-10)
test/fractional_coloring.jl (333, 2023-11-10)
test/graph_matching.jl (1128, 2023-11-10)
test/min_vertex_cover.jl (313, 2023-11-10)
test/runtests.jl (1210, 2023-11-10)
test/shortest_path.jl (767, 2023-11-10)

# GraphsOptim [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliagraphs.org/GraphsOptim.jl/dev) [![Build Status](https://github.com/JuliaGraphs/GraphsOptim.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaGraphs/GraphsOptim.jl/actions/workflows/CI.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/JuliaGraphs/GraphsOptim.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaGraphs/GraphsOptim.jl) [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) A package for graph optimization algorithms that rely on mathematical programming. ## Getting started This package is still experimental, which is why it is not yet registered. To install it, you need to use the GitHub URL: ```julia using Pkg; Pkg.add(url="https://github.com/JuliaGraphs/GraphsOptim.jl") ``` ## Roadmap This package only contains a few algorithms, and we would like to add more. New contributors are always welcome: just pick a problem from [our roadmap issue](https://github.com/JuliaGraphs/GraphsOptim.jl/issues/14), open a pull request following the [guidelines](https://github.com/JuliaGraphs/GraphsOptim.jl/blob/main/CONTRIBUTING.md), and we will help you get it merged!

近期下载者

相关文件


收藏者