Skip to content

TimVWese/NetworkJumpProcesses.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetworkJumpProcesses.jl

Build Status

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.

Get started

Install with

using Pkg
Pkg.add("NetworkJumpProcesses")

See the example folder and documentation to get started.

Disclaimer

The package is in an early stage. Reporting of encountered bugs or desired functionality is appreciated, development aid even more so.