Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 743 Bytes

File metadata and controls

32 lines (28 loc) · 743 Bytes

CTParser.jl

CollapsedDocStrings = false

The CTParser.jl package is part of the control-toolbox ecosystem.

flowchart TD
B(<a href='api-ctbase.html'>CTBase</a>)
M(<a href='api-ctmodels.html'>CTModels</a>)
P(<a href='api-ctparser.html'>CTParser</a>)
O(<a href='api-optimalcontrol-dev.html'>OptimalControl</a>)
D(<a href='api-ctdirect.html'>CTDirect</a>)
F(<a href='api-ctflows.html'>CTFlows</a>)
O --> D
O --> M
O --> F
O --> P
F --> M
O --> B
F --> B
D --> B
D --> M
P --> M
P --> B
M --> B
style P fill:#FBF275
Loading

OptimalControl heavily relies on CTParser. We refer to [CTParser API](@extref CTParser index) for more details.