Closed rayomaz closed 1 year ago
When running linear_sos.jl, error message:
LoadError: MethodError: no method matching synthesize_barrier(::SumOfSquaresAlgorithm, ::AdditiveGaussianLinearSystem{Float64, 1}, ::Hyperrectangle{Float64, Vector{Float64}, Vector{Float64}}, ::∅)
I indeed do not observe a synthesize_barrier() of type AdditiveGaussianLinearSystem in sum_of_squares_barrier.jl
Removed system type to allow for AdditiveGaussianLinearSystem. Issue fixed
When running linear_sos.jl, error message:
LoadError: MethodError: no method matching synthesize_barrier(::SumOfSquaresAlgorithm, ::AdditiveGaussianLinearSystem{Float64, 1}, ::Hyperrectangle{Float64, Vector{Float64}, Vector{Float64}}, ::∅)
I indeed do not observe a synthesize_barrier() of type AdditiveGaussianLinearSystem in sum_of_squares_barrier.jl