PropertyT.jl/src/PropertyT.jl

21 lines
291 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
2019-01-11 06:32:09 +01:00
using LinearAlgebra
using SparseArrays
using Dates
2017-06-22 15:15:43 +02:00
using Groups
using SymbolicWedderburn
2017-03-15 17:48:52 +01:00
2017-06-22 15:15:43 +02:00
using JuMP
include("laplacians.jl")
include("sos_sdps.jl")
include("checksolution.jl")
2019-06-30 13:19:24 +02:00
2019-01-11 06:32:09 +01:00
include("1712.07167.jl")
include("1812.03456.jl")
2019-06-30 13:19:24 +02:00
2017-03-13 14:49:55 +01:00
end # module Property(T)