PropertyT.jl/test/runtests.jl

28 lines
492 B
Julia
Raw Normal View History

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
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-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")
2022-11-07 18:45:12 +01:00
include("graded_adj.jl")
end