Objective
Extend the DSL at the abstract (semantic) level to support new problem formulations and transformations.
Scope
- DSL transformations for multi-phase problems, free final time, interior point constraints
- Penalization (à la Malisani)
- Symbolic reduction (with ModelingToolkit.jl integration)
- Work at the abstract/semantic level (IR) rather than the parsing level
Why
Extending the DSL at the semantic level (via the IR being introduced in the CTParser refactoring) will make it easier to add new features without modifying the parser. This is closely tied to the CTParser IR work (CTParser #289).
References
Objective
Extend the DSL at the abstract (semantic) level to support new problem formulations and transformations.
Scope
Why
Extending the DSL at the semantic level (via the IR being introduced in the CTParser refactoring) will make it easier to add new features without modifying the parser. This is closely tied to the CTParser IR work (CTParser #289).
References