mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-19 07:20:28 +01:00
fix typo
This commit is contained in:
parent
92d1d69177
commit
859a751b01
@ -123,7 +123,7 @@ function SOS_problem(X::GroupRingElem, orderunit::GroupRingElem, data::OrbitData
|
||||
|
||||
λ = JuMP.@variable(m, λ)
|
||||
if upper_bound < Inf
|
||||
JuMP.@constraint(SDP_problem, λ <= upper_bound)
|
||||
JuMP.@constraint(m, λ <= upper_bound)
|
||||
end
|
||||
|
||||
info("Adding $(length(data.orbits)) constraints... ")
|
||||
|
Loading…
Reference in New Issue
Block a user