Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate simulation tooling from Petri.jl #72

Open
bosonbaas opened this issue Sep 3, 2021 · 1 comment
Open

Migrate simulation tooling from Petri.jl #72

bosonbaas opened this issue Sep 3, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@bosonbaas
Copy link
Member

The simulation tooling available in Petri.jl should be able to be migrated into AlgebraicPetri.jl, removing the need for dependence on Petri.jl.

@bosonbaas bosonbaas added the enhancement New feature or request label Sep 3, 2021
@bosonbaas bosonbaas self-assigned this Sep 3, 2021
@bosonbaas
Copy link
Member Author

I understand that AlgebraicPetri doesn't want explicit dependence on heavy libraries like OrdinaryDiffEq, do we want to move the Petri.jl tooling over inside a series of @require statements?
I'd see there being an @require statement for each of these following lines:

import OrdinaryDiffEq: ODEProblem
import SteadyStateDiffEq: SteadyStateProblem
import StochasticDiffEq: SDEProblem
import DiffEqJump: JumpProblem

How does this sound @mehalter ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant