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

Generalize input support #33

Open
ttj opened this issue May 24, 2016 · 0 comments
Open

Generalize input support #33

ttj opened this issue May 24, 2016 · 0 comments

Comments

@ttj
Copy link
Contributor

ttj commented May 24, 2016

There are currently restrictions for inputs as they are expressions plus intervals.

For example, the following does not work:

\dot{x} = u \dot{y} = v \dot{x} = u /\ \dot{y} = u let u \in [-1,1]

The semantics interpret u as really having the same value at a given point in time, so \dot{x} and \dot{y} are equal.

Fixes:

  1. Add interval output support for simulator for now

  2. Eventually generalize notion of inputs with inherritance (probably) for variables, e.g., InputVariable extends Variable and StateVariable extends variable

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

No branches or pull requests

1 participant