fix uses and includes

This commit is contained in:
kalmarek 2018-09-05 10:35:58 +02:00
parent bc7118f41d
commit b0d39b33d4
4 changed files with 4 additions and 8 deletions

View File

@ -1,7 +1,4 @@
using JuMP
using SCS
export Settings, OrbitData
include("Projections.jl")
###############################################################################
#

View File

@ -1,5 +1,3 @@
include("Projections.jl")
###############################################################################
#
# Orbit stuff

View File

@ -142,8 +142,10 @@ end
include("Laplacians.jl")
include("Orbit-wise.jl")
include("OrbitDecomposition.jl")
include("SDPs.jl")
include("CheckSolution.jl")
include("Orbit-wise.jl")
end # module Property(T)

View File

@ -1,4 +1,3 @@
using JuMP
function constraints(pm::Matrix{I}, total_length=maximum(pm)) where {I<:Integer}
cnstrs = [Vector{I}() for _ in 1:total_length]