-
Notifications
You must be signed in to change notification settings - Fork 4
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
Preprocess HS to get only necessary variables #397
Comments
I think that after we detect non-zero coordinates in invariants or guards, as a pre-processing step (the leading coefficient is different from zero), we can choose the continuous time post operator to work with the partition given by the variables that correspond to those coordinates. Does that go in the direction of your question? |
@mforets no, I mean if we have |
If we want to support #269, this is a different story, but for the "pure" #275, we do not have to consider assignments (because they are applied after the jump). Let me add that we actually want to detect these "necessary" variables per location, not globally. In practice that may often be the same, but the idea is more general. |
Note: the output of the initial implementation (in #398) does not distinguish if the variables come from the invariant or from transitions. |
We want to operate only with variables, which are used in guard and invariant constraints.
For discussion:
Do we need to add variables, the value of which in LinearTransformation is not 1?
The text was updated successfully, but these errors were encountered: