Skip to content

Commit 8602155

Browse files
simple version of SimpleImplicitTauLeaping
1 parent 4104a7c commit 8602155

File tree

3 files changed

+98
-225
lines changed

3 files changed

+98
-225
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
1313
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
1414
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1515
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
16-
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
1716
PoissonRandom = "e409e4f3-bfea-5376-8464-e040bb5c01ab"
1817
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1918
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
2019
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
2120
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
2221
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
22+
SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7"
2323
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2424
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
2525
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

src/JumpProcesses.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using DataStructures, PoissonRandom, Random, ArrayInterface
88
using FunctionWrappers, UnPack
99
using Graphs
1010
using SciMLBase: SciMLBase, isdenseplot
11-
using NonlinearSolve
11+
using SimpleNonlinearSolve
1212
using Base.FastMath: add_fast
1313
using Setfield: @set, @set!
1414

0 commit comments

Comments
 (0)