CTFlows.jl
The CTFlows.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 F fill:#FBF275
OptimalControl heavily relies on CTFlows. We refer to CTFlows API for more details.