AlgebraicJulia / AlgebraicPetri.jl

Build Petri net models compositionally
https://algebraicjulia.github.io/AlgebraicPetri.jl/
MIT License
72 stars 20 forks source link

SDE version of Petri Semantics #7

Closed jpfairbanks closed 4 years ago

jpfairbanks commented 4 years ago

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)
mehalter commented 4 years ago

Could we move this issue to Petri.jl?

mehalter commented 4 years ago

Moved to https://github.com/mehalter/Petri.jl/issues/22