Skip to content

Commit

Permalink
add test that projects
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Dec 14, 2019
1 parent 00201ca commit c1dea38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Reachability/solve_continuous.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ s = solve(IVP(LCS(A), X0),
# ===============================
# Test projection
# ===============================
s = solve(IVP(LCS(A), X0),
Options(:T=>0.1, :project_reachset=>true),
op=BFFPSV18(:vars=>[1,3], :partition=>[1:2, 3:4]))
s = solve(IVP(LCS(A), X0),
Options(:T=>0.1, :project_reachset=>false),
op=BFFPSV18(:vars=>[1,3], :partition=>[1:2, 3:4]))
Expand Down

0 comments on commit c1dea38

Please sign in to comment.