2019-01-18 15:57:21 +01:00
|
|
|
using Test
|
2022-11-07 18:45:12 +01:00
|
|
|
using LinearAlgebra
|
|
|
|
using SparseArrays
|
|
|
|
BLAS.set_num_threads(1)
|
|
|
|
ENV["OMP_NUM_THREADS"] = 4
|
|
|
|
|
|
|
|
using Groups
|
|
|
|
using Groups.GroupsCore
|
|
|
|
import Groups.MatrixGroups
|
|
|
|
|
2019-07-01 01:38:30 +02:00
|
|
|
using PropertyT
|
2022-11-07 18:45:12 +01:00
|
|
|
using SymbolicWedderburn
|
|
|
|
using SymbolicWedderburn.StarAlgebras
|
|
|
|
using SymbolicWedderburn.PermutationGroups
|
|
|
|
|
|
|
|
include("optimizers.jl")
|
|
|
|
|
|
|
|
@testset "PropertyT" begin
|
2019-01-14 17:44:35 +01:00
|
|
|
|
2022-11-08 10:02:21 +01:00
|
|
|
include("constratint_matrices.jl")
|
2022-11-07 18:45:12 +01:00
|
|
|
include("actions.jl")
|
2019-01-14 17:44:35 +01:00
|
|
|
|
2022-11-07 18:45:12 +01:00
|
|
|
include("1703.09680.jl")
|
|
|
|
include("1712.07167.jl")
|
|
|
|
include("1812.03456.jl")
|
2019-04-16 17:05:34 +02:00
|
|
|
|
2022-11-07 18:45:12 +01:00
|
|
|
include("graded_adj.jl")
|
|
|
|
end
|