Julia package to facilitate the construction of JumpProblems on graphs. The idea is that the relationship between this package and the JumpProcesses.jl package is similar to the relationship between NetworkDynamics.jl and DifferentialEquations.jl.
Install with
using Pkg
Pkg.add("NetworkJumpProcesses")
See the example folder and documentation to get started.
The package is in an early stage. Reporting of encountered bugs or desired functionality is appreciated, development aid even more so.