1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-07-18 11:10:30 +02:00
PropertyT.jl/test/runtests.jl
2019-07-05 19:01:04 +02:00

19 lines
437 B
Julia

using Test
using LinearAlgebra, SparseArrays
using AbstractAlgebra, Groups, GroupRings
using PropertyT
using JLD
using JuMP, SCS
with_SCS(iters; accel=1, eps=1e-10) =
with_optimizer(SCS.Optimizer,
linear_solver=SCS.Direct, max_iters=iters,
acceleration_lookback=accel, eps=eps, warm_start=true)
include("1703.09680.jl")
include("actions.jl")
include("1712.07167.jl")
include("SOS_correctness.jl")
include("1812.03456.jl")