Skip to content

Commit ea52bc4

Browse files
committed
rm ControlToolboxTools
1 parent 7c88d9a commit ea52bc4

File tree

3 files changed

+1
-19
lines changed

3 files changed

+1
-19
lines changed

Project.toml

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11
name = "OptimalControl"
22
uuid = "5f98b655-cc9a-415a-b60e-744165666948"
33
authors = ["Olivier Cots <[email protected]>"]
4-
version = "0.2.0"
4+
version = "0.2.1"
55

66
[deps]
7-
ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
87
CTBase = "54762871-cc72-4466-b8e8-f6c8b58076cd"
98
CTDirect = "790bbbee-bee9-49ee-8912-a9de031322d5"
109
CTDirectShooting = "e0e6c04b-5022-4cd2-bea2-4a09fff39444"
11-
CTOptimization = "22f08de8-270f-4470-8fba-397dbc90d8e0"
12-
ControlToolboxTools = "3a0bcf43-9180-47f3-913c-e71e0d69f39f"
13-
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
1410
HamiltonianFlows = "5fb78580-10a0-4606-82bc-07a60f425ab3"
15-
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
16-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
17-
NLPModelsIpopt = "f4238b75-b362-5c4c-b852-0801c9a21d71"
18-
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
19-
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
20-
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
2111
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
2212

2313
[compat]

src/OptimalControl.jl

-6
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,10 @@ using Reexport
88
using CTDirect
99
using CTDirectShooting
1010

11-
# tools: callbacks, exceptions, functions and more
12-
@reexport using ControlToolboxTools
13-
1411
# flows
1512
@reexport using HamiltonianFlows
1613
import HamiltonianFlows: Flow
1714

18-
# Types
19-
const MyNumber, MyVector, Time, Times, TimesDisc, States, Adjoints, Controls, State, Adjoint, Dimension = CTBase.types()
20-
2115
# Other declarations
2216
const __display = CTBase.__display
2317

test/Project.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[deps]
22
CTProblemLibrary = "0649932a-8c77-4f67-b1e4-c19ddd080280"
3-
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
4-
LabelledArrays = "2ee39098-c373-598a-b85f-a56591580800"
53
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
64
MINPACK = "4854310b-de5a-5eb6-a2a5-c1dee2bd17f9"
75
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"

0 commit comments

Comments
 (0)