PropertyT.jl/src/PropertyT.jl

22 lines
378 B
Julia
Raw Normal View History

2018-08-19 20:05:45 +02:00
__precompile__()
2017-03-13 15:56:07 +01:00
module PropertyT
2017-03-13 14:49:55 +01:00
2018-07-31 10:21:54 +02:00
using AbstractAlgebra
2017-06-22 15:15:43 +02:00
using Groups
2017-05-28 20:03:57 +02:00
using GroupRings
2017-03-15 17:48:52 +01:00
2018-07-31 10:21:54 +02:00
import AbstractAlgebra: Group, GroupElem, Ring, perm
2017-06-22 15:15:43 +02:00
using JLD
using JuMP
2018-09-05 08:55:13 +02:00
import MathProgBase.SolverInterface.AbstractMathProgSolver
2018-01-02 02:55:53 +01:00
include("laplacians.jl")
include("RGprojections.jl")
include("orbitdata.jl")
include("sos_sdps.jl")
include("checksolution.jl")
2018-09-05 10:35:58 +02:00
2017-03-13 14:49:55 +01:00
end # module Property(T)