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

Check the property after intersection reach_set with invariant #692

Merged
merged 2 commits into from
Oct 4, 2019

Conversation

kpotomkin
Copy link
Collaborator

No description provided.

@kpotomkin kpotomkin requested a review from schillic October 4, 2019 09:50
src/solve.jl Outdated
@@ -190,33 +210,14 @@ function solve!(system::InitialValueProblem{<:HybridSystem,
end
end
else
for (i, reach_set) in enumerate(reach_tube.Xk)
for (i, reach_set) in enumerate(Rsets[length(Rsets) - count_Rsets + 1 : end])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not understand this change.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See this line. reach_tube is a result of continuous post, while Rsets contains sets intersected with invariant. However, since Rsets contains all the sets, we need to filter only those we get during last c_post

@schillic schillic requested a review from mforets October 4, 2019 11:01
@schillic schillic merged commit 5bd9bc8 into master Oct 4, 2019
@schillic schillic deleted the property_check_inv branch October 4, 2019 16:42
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.

3 participants