Skip to content

Commit

Permalink
Merge pull request #83 from control-toolbox/sol_variable
Browse files Browse the repository at this point in the history
add variable to sol
  • Loading branch information
ocots authored May 22, 2023
2 parents 049c05e + 45f6eb0 commit 8f661a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CTBase"
uuid = "54762871-cc72-4466-b8e8-f6c8b58076cd"
authors = ["Olivier Cots <[email protected]>"]
version = "0.7.0"
version = "0.7.1"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand Down
1 change: 1 addition & 0 deletions src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ $(TYPEDFIELDS)
variable_dimension::Union{Dimension,Nothing}=nothing
variable_components_names::Union{Vector{String}, Nothing}=nothing
variable_name::Union{String, Nothing}=nothing
variable::Union{Nothing, Variable}=nothing
costate::Union{Nothing, Function}=nothing
objective::Union{Nothing, ctNumber}=nothing
iterations::Union{Nothing, Integer}=nothing
Expand Down

0 comments on commit 8f661a2

Please sign in to comment.