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

Fix undefined projection_matrix variable #717

Merged
merged 1 commit into from
Nov 25, 2019

Conversation

schillic
Copy link
Member

This fixes the first error in #707. It still crashes at a later problem.

Example from the notebook:

A = rand(4, 4)
S = LinearContinuousSystem(A)
X0 = rand(Hyperrectangle, dim=4)
M = rand(1, 4)  # note that this must matrix be 1D
P = InitialValueProblem(S, X0)
opts = Options(:T=>1.0, :project_reachset=>true, :projection_matrix=>M)
opts_algo = Options(=>0.1, :vars=>[1, 2])
solve(P, opts, op=BFFPSV18(opts_algo))

@schillic schillic requested a review from mforets November 24, 2019 10:26
@schillic schillic merged commit 156e5f5 into master Nov 25, 2019
@schillic schillic deleted the schillic/fix_projection_matrix branch November 25, 2019 13:21
@schillic schillic mentioned this pull request Nov 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants