Skip to content

Commit

Permalink
Merge pull request #464 from JuliaReach/schillic/255_refactor_options
Browse files Browse the repository at this point in the history
#255 - Refactor options
  • Loading branch information
schillic authored Feb 19, 2019
2 parents 33467e6 + 6e439fa commit d4a5176
Show file tree
Hide file tree
Showing 25 changed files with 858 additions and 638 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ makedocs(
"Library" => Any[
"User interface" => "lib/interface.md",
"Systems" => "lib/systems.md",
"Algorithms" => "lib/algorithms.md",
"Transformations" => "lib/transformations.md",
"Discretization" => "lib/discretize.md",
"Distributed computations" => "lib/distributed.md"],
Expand Down
1 change: 1 addition & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ exact but lazy (i.e. symbolic) representations of common sets.
Pages = [
"lib/interface.md",
"lib/systems.md",
"lib/algorithms.md",
"lib/transformations.md",
"lib/discretize.md",
"lib/distributed.md"
Expand Down
21 changes: 21 additions & 0 deletions docs/src/lib/algorithms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Available Algorithms

This section of the manual describes the algorithms that are available in this
package.

```@contents
Pages = ["interface.md"]
```

```@meta
CurrentModule = Reachability.ReachSets
```

## Continuous-time reachability


### Decomposition-based approach

```@docs
BFFPSV18
```
389 changes: 13 additions & 376 deletions src/Options/BFFPSV18_options.jl

Large diffs are not rendered by default.

Loading

0 comments on commit d4a5176

Please sign in to comment.