AlgebraicJulia / AlgebraicPetri.jl

Build Petri net models compositionally

Home Page:https://algebraicjulia.github.io/AlgebraicPetri.jl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDE version of Petri Semantics

jpfairbanks opened this issue · comments

commented

It would be awesome to have an SDE model of PetriNets with the interface

pn = Petri.Model(...)
p, cb = SDEProblem(pn, u0, params, tspan)
solve(p, callback=cb)

Could we move this issue to Petri.jl?