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

Accept lazyset for a constant input #520

Closed
mforets opened this issue Mar 6, 2019 · 1 comment
Closed

Accept lazyset for a constant input #520

mforets opened this issue Mar 6, 2019 · 1 comment
Assignees
Labels

Comments

@mforets
Copy link
Member

mforets commented Mar 6, 2019

The "canonical" system type for BFFPSV18 algorithm is a ConstrainedLinearControlContinuousSystem with matrix A, identity matrix B, Universal set (or nothing ATM) or a lazyset for the constraints X, and finally a <:AbstractInput for the inputs.

For convenience, i believe that it is good if we accept (again, but this time using MathematicalSystems types!) a LazySet for the place of U constraint. However, i'm not sure where it would be a good place to make this preprocessing.

@mforets mforets added the feature label Mar 6, 2019
@schillic
Copy link
Member

schillic commented Mar 6, 2019

This algorithm-independent preprocessing of the model would be the first thing to do in solve. In the future there may be more preprocessing steps, so we should wrap this in a function (better even in a new file).

@schillic schillic self-assigned this Mar 7, 2019
mforets added a commit that referenced this issue Mar 7, 2019
#520 - Accept lazyset for a constant input
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants