BipartiteGraphs.jl
This package provides a litany of types and utilities for working with bipartite graphs.
Installation
To install BipartiteGraphs.jl, use the Julia package manager:
using Pkg
Pkg.add("BipartiteGraphs")Contributing
Please refer to the SciML ColPrac: Contributor's Guide on Collaborative Practices for Community Packages for guidance on PRs, issues, and other matters relating to contributing to SciML.
See the SciML Style Guide for common coding practices and other style decisions.
There are a few community forums:
- The #diffeq-bridged and #sciml-bridged channels in the Julia Slack
- The #diffeq-bridged and #sciml-bridged channels in the Julia Zulip
- On the Julia Discourse forums
- See also SciML Community page
Reproducibility
The documentation of this SciML package was built using these direct dependencies,
Status `~/_work/BipartiteGraphs.jl/BipartiteGraphs.jl/docs/Project.toml`
[caf10ac8] BipartiteGraphs v0.1.14 `~/_work/BipartiteGraphs.jl/BipartiteGraphs.jl`
[e30172f5] Documenter v1.19.0
[86223c79] Graphs v1.15.0and using this machine and Julia version.
Julia Version 1.10.12
Commit d93beab124c (2026-08-15 10:29 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 112 × AMD EPYC 7663 56-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)
Environment:
JULIA_DEBUG = Documenter
JULIA_CPU_THREADS = 4
JULIA_NUM_PRECOMPILE_TASKS = 4A more complete overview of all dependencies and their versions is also provided.
Status `~/_work/BipartiteGraphs.jl/BipartiteGraphs.jl/docs/Manifest.toml`
[a4c015fc] ANSIColoredPrinters v0.0.1
[1520ce14] AbstractTrees v0.4.5
[ec485272] ArnoldiMethod v0.4.0
[caf10ac8] BipartiteGraphs v0.1.14 `~/_work/BipartiteGraphs.jl/BipartiteGraphs.jl`
[944b1d66] CodecZlib v0.7.9
[864edb3b] DataStructures v0.19.6
[ffbed154] DocStringExtensions v0.9.5
[e30172f5] Documenter v1.19.0
[d7ba0133] Git v1.5.0
[86223c79] Graphs v1.15.0
[b5f81e59] IOCapture v1.0.0
[d25df0c9] Inflate v0.1.5
[692b3bcd] JLLWrappers v1.8.0
[682c06a0] JSON v1.8.0
[0e77f7df] LazilyInitializedFields v1.3.0
[1914dd2f] MacroTools v0.5.16
[d0879d2d] MarkdownAST v0.1.3
[bac558e1] OrderedCollections v2.0.1
[69de0a69] Parsers v3.0.0
⌅ [aea7be01] PrecompileTools v1.2.1
[21216c6a] Preferences v1.5.2
[2792f1a3] RegistryInstances v0.1.0
[699a6c99] SimpleTraits v0.9.6
[90137ffa] StaticArrays v1.9.20
[1e83bf80] StaticArraysCore v1.4.4
[ec057cc2] StructUtils v2.8.5
[3bb67fe8] TranscodingStreams v0.11.3
[2e619515] Expat_jll v2.8.4+0
[020c3dae] Git_LFS_jll v3.7.1+0
[f8c6e375] Git_jll v2.55.0+0
[94ce4f54] Libiconv_jll v1.18.0+0
[9bd350c2] OpenSSH_jll v10.5.1+0
[458c3c95] OpenSSL_jll v3.5.8+0
[0dad84c5] ArgTools v1.1.1
[56f22d72] Artifacts
[2a0f44e3] Base64
[ade2ca70] Dates
[f43a241f] Downloads v1.6.0
[7b1f6079] FileWatching
[b77e0a4c] InteractiveUtils
[b27032c2] LibCURL v0.6.4
[76f85450] LibGit2
[8f399da3] Libdl
[37e2e46d] LinearAlgebra
[56ddb016] Logging
[d6f4376e] Markdown
[ca575930] NetworkOptions v1.2.0
[44cfe95a] Pkg v1.10.0
[de0858da] Printf
[3fa0cd96] REPL
[9a3f8284] Random
[ea8e919c] SHA v0.7.0
[9e88b42a] Serialization
[6462fe0b] Sockets
[2f01184e] SparseArrays v1.10.0
[10745b16] Statistics v1.10.0
[fa267f1f] TOML v1.0.3
[a4e569a6] Tar v1.10.0
[8dfed614] Test
[cf7118a7] UUIDs
[4ec0a83e] Unicode
[e66e0078] CompilerSupportLibraries_jll v1.1.2+1
[deac9b47] LibCURL_jll v8.4.0+0
[e37daf67] LibGit2_jll v1.6.4+0
[29816b5a] LibSSH2_jll v1.11.0+1
[c8ffd9c3] MbedTLS_jll v2.28.1010+0
[14a3606d] MozillaCACerts_jll v2025.12.2
[4536629a] OpenBLAS_jll v0.3.23+5
[efcefdf7] PCRE2_jll v10.42.0+1
[bea87d4a] SuiteSparse_jll v7.2.1+1
[83775a58] Zlib_jll v1.2.13+1
[8e850b90] libblastrampoline_jll v5.11.0+0
[8e850ede] nghttp2_jll v1.52.0+1
[3f19e933] p7zip_jll v17.6.1+0
Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m`You can also download the manifest file and the project file.