The DSDP rpms
Find a file
Jerry James 30193fb903 Add SPDX License identifiers for PDF documentation.
Minor spec file cleanups.
2022-11-23 09:46:37 -07:00
.gitignore Initial import. 2011-06-07 21:03:30 -06:00
DSDP-int-in-bool-context.patch New URLs; thanks to Patrice Dumas for the report. 2019-12-09 12:18:55 -07:00
DSDP-overflow.patch New URLs; thanks to Patrice Dumas for the report. 2019-12-09 12:18:55 -07:00
DSDP-type-mismatch.patch Add -type-mismatch patch from Debian to fix big endian issues. 2020-01-27 13:54:11 -07:00
DSDP.Makefile https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager 2020-08-07 17:20:31 +02:00
DSDP.spec Add SPDX License identifiers for PDF documentation. 2022-11-23 09:46:37 -07:00
README.md Add README.md. 2022-07-07 16:10:27 -06:00
sources Initial import. 2011-06-07 21:03:30 -06:00

DSDP

DSDP is a free open source implementation of an interior-point method for semidefinite programming. It provides primal and dual solutions, exploits low-rank structure and sparsity in the data, and has relatively low memory requirements for an interior-point method. It allows feasible and infeasible starting points and provides approximate certificates of infeasibility when no feasible solution exists. The dual-scaling algorithm implemented in this package has a convergence proof and worst-case polynomial complexity under mild assumptions on the data. The software can be used as a set of subroutines, through Matlab, or by reading and writing to data files. Furthermore, the solver offers scalable parallel performance for large problems and a well documented interface. Some of the most popular applications of semidefinite programming and linear matrix inequalities (LMI) are model control, truss topology design, and semidefinite relaxations of combinatorial and global optimization problems.