Skip to content

Commit 82605b6

Browse files
InterdisciplinaryPhysicsTeamClaudMorpitmonticone
committed
Add compatibility with Agents.jl in docs
Co-Authored-By: Claudio Moroni <[email protected]> Co-Authored-By: Pietro Monticone <[email protected]>
1 parent 77e962d commit 82605b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,10 @@ The package also exports a [`SupraWeightMatrix`](@ref) which is a supra (weighte
846846

847847
Read a complete list of analytical methods exclusive to multilayer graphs in the dedicated [API section](@ref msm_eu) (here "exclusive" means that wither those methods do not exists for standard graphs, or that they had to be reimplemented and so may present some caveats). Refer to their docstrings for more information.
848848

849+
#### Compatibility with Agents.jl
850+
851+
`Multilayer(Di)Graph`s may be used as an argument to `GraphSpace` in [Agents.jl](https://github.com/JuliaDynamics/Agents.jl). A complete compatibility example may be found in [this test](https://github.com/JuliaGraphs/MultilayerGraphs.jl/blob/main/test/agents_jl_integration.jl).
852+
849853
### Future Developments
850854

851855
- [Implement faster graph realization algorithms](https://github.com/JuliaGraphs/MultilayerGraphs.jl/issues/32);

0 commit comments

Comments
 (0)