mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 14:15:28 +01:00
fix uses and includes
This commit is contained in:
parent
bc7118f41d
commit
b0d39b33d4
@ -1,7 +1,4 @@
|
||||
using JuMP
|
||||
using SCS
|
||||
|
||||
export Settings, OrbitData
|
||||
include("Projections.jl")
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
|
@ -1,5 +1,3 @@
|
||||
include("Projections.jl")
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
# Orbit stuff
|
||||
|
@ -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)
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user