Releases: jump-dev/SumOfSquares.jl
Releases · jump-dev/SumOfSquares.jl
v0.3.4
v0.3.3
Implement dual
for more constraints and introduce moments
.
v0.3.2
Commits
- Add CDCS (e806358)
- Add COSMO to solver tests (636d7a9)
- Add gram_operate (c7c6014)
- Add gram_sum (8b2ad10)
- Add missing prefix (99cbf4d)
- Add to doc (8e78296)
- Exclude test for solvers failing it (b09cf3f)
- Fix mock_tests.jl path (72412da)
- Fix tests (0ad42f4)
- Move mock_tests.jl (e598e6b)
- Move solver tests to Solvers (cdcfb09)
- Move switchedsystems.jl (5e85e21)
- Remove dead link (969eec0)
- Replace REQUIRE files by Project.toml (2663fd1)
- Update segfault.jl (d28fbaf)
- v0.3.2 (d8b1f4e)
Merged PRs
This changelog was automatically generated, and might contain inaccuracies.
Bug fix for copositive constraints
Merge pull request #96 from ccoffrin/patch-1 fix typo
Update to JuMP v0.19
Refactoring to use the new extensive design of JuMP:
- Leverage the parse/build/add pipeline to extend JuMP macros for polynomial variables and constraints.
- Implement transformation of Sum-of-Squares constraints into PSD constraints using MOI bridges.
Add support for Julia v1.0
v0.2.1 Stop checkouting PolyJuMP on Travis
v0.2.0
v0.1.1: Merge pull request #34 from JuliaOpt/bl/workaround
Remove workaround