Add ConstrainedLinearControlParametric* systems#355
Add ConstrainedLinearControlParametric* systems#355schillic merged 6 commits intoJuliaReach:masterfrom
ConstrainedLinearControlParametric* systems#355Conversation
|
We use the convention to use |
Maybe I did not understand correctly your comment, but isn't this what I am doing? The systems representing EDIT: I think you mean |
|
Oops, I meant |
c486df5 to
d58b89e
Compare
inputset and enable its parsing for LinearControlParametric* systemsConstrainedLinearControlParametric* systems
Perfect. I updated the PR |
|
Sorry, what I meant with my cryptic message was: the |
Alright, I fixed it now. Please, let me know if this is correct |
2a3afa2 to
504f822
Compare
|
Try rebasing with the current |
504f822 to
c5b5fe7
Compare
|
The tests fail because you cannot only define constraints on The documentation run fails because you need to add |
9c4acd2 to
91782dc
Compare
91782dc to
421553f
Compare
schillic
left a comment
There was a problem hiding this comment.
LGTM, but there should be tests for the new code.
Co-authored-by: Christian Schilling <git@christianschilling.net>
The goal of this PR is to introduce two new system types named
ConstrainedLinearControlParametric*systems to represent systems of the formx' = A x + B u, x∈ X, u ∈ U, A ∈ AS, B ∈ BS.The macro parsing nows allows multiple set constraints