mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-19 07:20:28 +01:00
fix uses and includes
This commit is contained in:
parent
bc7118f41d
commit
b0d39b33d4
@ -1,7 +1,4 @@
|
|||||||
using JuMP
|
include("Projections.jl")
|
||||||
using SCS
|
|
||||||
|
|
||||||
export Settings, OrbitData
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
include("Projections.jl")
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
# Orbit stuff
|
# Orbit stuff
|
||||||
|
@ -142,8 +142,10 @@ end
|
|||||||
|
|
||||||
|
|
||||||
include("Laplacians.jl")
|
include("Laplacians.jl")
|
||||||
|
include("Orbit-wise.jl")
|
||||||
|
include("OrbitDecomposition.jl")
|
||||||
include("SDPs.jl")
|
include("SDPs.jl")
|
||||||
include("CheckSolution.jl")
|
include("CheckSolution.jl")
|
||||||
include("Orbit-wise.jl")
|
|
||||||
|
|
||||||
end # module Property(T)
|
end # module Property(T)
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
using JuMP
|
|
||||||
|
|
||||||
function constraints(pm::Matrix{I}, total_length=maximum(pm)) where {I<:Integer}
|
function constraints(pm::Matrix{I}, total_length=maximum(pm)) where {I<:Integer}
|
||||||
cnstrs = [Vector{I}() for _ in 1:total_length]
|
cnstrs = [Vector{I}() for _ in 1:total_length]
|
||||||
|
Loading…
Reference in New Issue
Block a user