-
Notifications
You must be signed in to change notification settings - Fork 1
[Dev] Extensions #12
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestinternal devModification to the code is requested and should not affect user experimentModification to the code is requested and should not affect user experiment
Description
We could make two extensions containing respectively JuMPModels and OptimalControlModels.
The module JuMPModels would be triggered by using JuMP and OptimalControlModels by OptimalControl.
This would reduce what is loaded for instance if a user only wants to load OptimalControl models.
using OptimalControl
using OptimalControlProblems
nlp = OptimalControlModels.cart_pendulum()Note
CTBasePlots.jl is an extension of CTBase.jl. To trigger it, see the Project.toml.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestinternal devModification to the code is requested and should not affect user experimentModification to the code is requested and should not affect user experiment