make ProblemData less specialised
This commit is contained in:
parent
8725772d67
commit
34cb1c80ab
@ -12,11 +12,11 @@ include("OrbitDecomposition.jl")
|
||||
|
||||
immutable ProblemData{T}
|
||||
name::String
|
||||
Us::Vector{SparseMatrixCSC{Float64,Int}}
|
||||
Us::Vector
|
||||
Ps::Vector{Array{JuMP.Variable,2}}
|
||||
cnstr::Vector{T}
|
||||
laplacian::SparseVector{Float64}
|
||||
laplacianSq::SparseVector{Float64}
|
||||
cnstr::Vector
|
||||
laplacian::Vector
|
||||
laplacianSq::Vector
|
||||
dims::Vector{Int}
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user