You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have a feature that returns ConstraintBasis, GramBases and a structure that can be use to simplify examples/sos_problem.jl as well as SumOfSquares
Something like:
struct ConstraintBasis <:SA.ExplicitBasis
invariant_vectors
mstruct # gram_basis x gram_basis -> invariant_vector coefficientsendstruct GramBasis <:SA.ExplicitBasis
U
character_id
endfunctionmstructure(basis::ConstraintBasis, g1::GramBasis, g2::GramBasis)
@assert g1 == g2
return basis.mstruct[g1.character_id]
end
This will not assume that the gram basis is a subset of the constraint basis
We should have a feature that returns
ConstraintBasis
,GramBases
and astructure
that can be use to simplifyexamples/sos_problem.jl
as well as SumOfSquaresSomething like:
This will not assume that the gram basis is a subset of the constraint basis
Needs JuliaAlgebra/StarAlgebras.jl#55
The text was updated successfully, but these errors were encountered: