Skip to content

Commit 83ae360

Browse files
committed
variable solution scalar or vector
1 parent bb07909 commit 83ae360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ $(TYPEDEF)
9494
9595
$(TYPEDFIELDS)
9696
"""
97-
struct VariableModelSolution{TS<:ctVector} <: AbstractVariableModel
97+
struct VariableModelSolution{TS<:Union{ctNumber, ctVector}} <: AbstractVariableModel
9898
name::String
9999
components::Vector{String}
100100
solution::TS

0 commit comments

Comments
 (0)