2019-01-18 15:57:21 +01:00
|
|
|
using Test
|
2022-11-07 18:45:12 +01:00
|
|
|
using LinearAlgebra
|
|
|
|
using SparseArrays
|
|
|
|
|
|
|
|
using Groups
|
|
|
|
import Groups.MatrixGroups
|
|
|
|
|
2019-07-01 01:38:30 +02:00
|
|
|
using PropertyT
|
2024-02-15 22:42:17 +01:00
|
|
|
import SymbolicWedderburn as SW
|
|
|
|
import StarAlgebras as SA
|
|
|
|
import PermutationGroups as PG
|
2022-11-07 18:45:12 +01:00
|
|
|
|
|
|
|
include("optimizers.jl")
|
2022-11-16 00:16:01 +01:00
|
|
|
include("check_positivity.jl")
|
|
|
|
include("quick_tests.jl")
|
2022-11-07 18:45:12 +01:00
|
|
|
|
2024-02-15 22:47:55 +01:00
|
|
|
if haskey(ENV, "CI")
|
2022-11-16 00:16:01 +01:00
|
|
|
@testset "PropertyT" begin
|
|
|
|
include("constratint_matrices.jl")
|
|
|
|
include("actions.jl")
|
2019-01-14 17:44:35 +01:00
|
|
|
|
2022-11-16 00:16:01 +01:00
|
|
|
include("1703.09680.jl")
|
|
|
|
include("1712.07167.jl")
|
|
|
|
include("1812.03456.jl")
|
2019-01-14 17:44:35 +01:00
|
|
|
|
2023-05-09 01:02:39 +02:00
|
|
|
include("roots.jl")
|
2022-11-16 00:16:01 +01:00
|
|
|
include("graded_adj.jl")
|
2023-03-19 23:28:36 +01:00
|
|
|
include("Chevalley.jl")
|
2022-11-16 00:16:01 +01:00
|
|
|
end
|
2022-11-07 18:45:12 +01:00
|
|
|
end
|