File: README

package info (click to toggle)
sdpa 7.3.16%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 1,648 kB
  • sloc: cpp: 14,998; sh: 4,360; makefile: 298; ansic: 80
file content (42 lines) | stat: -rw-r--r-- 1,579 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
sdpa for Debian
---------------

SDPA (SemiDefinite Programming Algorithm)
High-performance software package for SemiDefinite Programs

Copyright (C) 2004-2020 SDPA Project

"SDPA (SemiDefinite Programming Algorithm)" is one of the most
efficient and stable software packages for solving SDPs based on the
primal-dual interior-point method.
SDP (SemiDefinite Programs) is used for
financial engineering, machine learning, control theory,
sensor network problem, quantum chemistry, quantum information,
combinatorial optimizaiton, polynomial optimization, and so on.

If you have questions on the installation,
please contact us from
http://sdpa.sourceforge.net/

The user-manual of SDPA is available at
https://sourceforge.net/projects/sdpa/files/sdpa/sdpa.7.1.1.manual.20080618.pdf/download

Note for numerical evaluations:
SDPA debian package is usually linked with openblas-base package.
This openblas-base package might not be optimized for your processor.
To report computation time of SDPA in some article, you should 
install optimized BLAS and compile SDPA from its source code.

SDPA-M:
 The user-manual of SDPA-M is available at 
  https://sourceforge.net/projects/sdpa/files/sdpa-m/sdpamManual.pdf/download
 To compile the mex files with Matlab,
 $ cp -r /usr/share/sdpa/mex .
 $ cd mex
 $ make MAKE_INCLUDE_DIR=/usr/share/sdpa/
 To compile the mex files with Octave,
 $ cp -r /usr/share/sdpa/mex .
 $ cd mex
 $ make MAKE_INCLUDE_DIR=/usr/share/sdpa/ COMPILE_ENVIRONMENT=octave

 -- Makoto Yamashita <Makoto.Yamashita@is.titech.ac.jp>  Wed, 01 Feb 2012 14:00:00 +0900