Skip to content

Commit 6e08b09

Browse files
committed
feat: start a SimpleBracketingNonlinearSolve sublibrary
1 parent cc4f3cf commit 6e08b09

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "SimpleBracketingNonlinearSolve"
2+
uuid = "70df07ce-3d50-431d-a3e7-ca6ddb60ac1e"
3+
authors = ["Avik Pal <[email protected]> and contributors"]
4+
version = "1.0.0"
5+
6+
[deps]
7+
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
8+
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
9+
10+
[compat]
11+
CommonSolve = "0.2.4"
12+
SciMLBase = "2.50"
13+
julia = "1.10"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module SimpleBracketingNonlinearSolve
2+
3+
using CommonSolve: CommonSolve
4+
using SciMLBase: SciMLBase, AbstractNonlinearAlgorithm, IntervalNonlinearProblem, ReturnCode
5+
6+
abstract type AbstractBracketingAlgorithm <: AbstractNonlinearAlgorithm end
7+
8+
end

lib/SimpleBracketingNonlinearSolve/test/runtests.jl

Whitespace-only changes.

0 commit comments

Comments
 (0)