Releases: casos-opti/casos
Releases · casos-opti/casos
Release list
CaΣoS v1.0.1 Preview .2
Immutable
release. Only release title and notes can be modified.
CaΣoS version 1.0.1 pre-release for unit testing.
What's New
- Facilitated sum-of-squares feasibility problems
- Extended solver
infostructure - Improved Newton polytope reduction algorithm
- Compliance with REUSE specification v3.3
- Various fixes, including handling of Mosek's unknown status
Full Changelog: v1.0.0...v1.0.1-pre.2
CaΣoS v1.0.1 Preview
Immutable
release. Only release title and notes can be modified.
CaΣoS version 1.0.1 pre-release for unit testing.
What's New
- Facilitated sum-of-squares feasibility problems
- Extended solver
infostructure - Improved Newton polytope reduction algorithm
- Compliance with REUSE specification v3.3
- Various fixes, including handling of Mosek's unknown status
Full Changelog: v1.0.0...v1.0.1-pre
CaΣoS v1.0.0
This is the first version of CaΣoS!
Highlighted Features
- Polynomial data types
PDandPSwith constant (double) and symbolic coefficients, compatible to CasADi'sDMandSXmatrix types, respectively. - Formulate parametrized convex sum-of-squares optimization problems and solve via relaxation to conic programs.
- Formulate parametrized quasiconvex sum-of-squares optimization problems and solve via bisection.
- Formulate parametrized nonlinear and nonconvex sum-of-squares optimization problems and solve via our sequential quadratic method.
- Specify different conic constraints, including second-order cones, positive semidefinite and (scaled) diagonally dominant matrices, and sum-of-squares and (scaled) diagonally dominant sum-of-squares polynomials.
- Define symbolic functions between polynomials and integrate into polynomial expressions.
- Convert polynomials (resulting from a sum-of-squares program) to CasADi functions for further use, e.g., in optimal control.
Dependencies
- This version requires CasADi v3.6.x.
- It is highly recommended to have at least one conic solver installed.
Full Changelog: https://github.com/iFR-ACSO/casos/commits/v1.0.0
CaΣoS v1.0.0 Preview
This is a release candidate of CaΣoS version 1.0.0. While this version is considered almost-ready for release, some functionality might not work as expected and invalid usage of the software will lead to unintelligible errors.
Highlighted Features
- Polynomial data types
PDandPSwith constant (double) or symbolic coefficients, compatible to CasADi'sDMandSXmatrix types. - Formulate parametrized convex sum-of-squares programs as optimization problems and solve via relaxation to SDP.
- Formulate parametrized quasiconvex sum-of-squares optimization problems and solve via bisection.
- Define symbolic functions between polynomials and integrate into polynomial expressions.
- Convert polynomials (resulting from a sum-of-squares program) to CasADi functions for further use, e.g., in optimal control.
Dependencies
- This version requires CasADi v3.6.x.
- It is highly recommended to have at least one conic solver installed.
Full Changelog: https://github.com/iFR-ACSO/casos/commits/v1.0.0-rc