Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/structures.jl
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ function Base.getproperty(m::PrimalDualMap{T}, name::Symbol) where {T}
"""
Field `constrained_var_dual` was removed.
From a primal constrained variable constraint index, use the field
`primal_constrained_variables` to obtain the primal varaibles.
`primal_constrained_variables` to obtain the primal variables.
Then, from the primal variable index, use the field
`primal_variable_data`.
In the data structures returned, the constraint can be found at
Expand All @@ -227,7 +227,7 @@ function Base.getproperty(m::PrimalDualMap{T}, name::Symbol) where {T}
From a primal constraint index, use the field
`primal_constraint_data`.
In the data structure returned, the dual variables can be found at
`dual_varaibles`.
`dual_variables`.
""",
)
elseif name === :primal_con_dual_con
Expand All @@ -254,7 +254,7 @@ function Base.getproperty(m::PrimalDualMap{T}, name::Symbol) where {T}
"""
Field `constrained_var_zero` was removed.
From a primal constrained variable constraint index, use the field
`primal_constrained_variables` to obtain the primal varaibles.
`primal_constrained_variables` to obtain the primal variables.
Then, from the primal variable index, use the field
`primal_variable_data`.
In the data structure returned, the primal function can be found at
Expand Down