File: Readme

package info (click to toggle)
dsdp 5.8-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,180 kB
  • sloc: ansic: 27,119; makefile: 309; sh: 30
file content (24 lines) | stat: -rw-r--r-- 860 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
%   The matlab subdirectory contains examples and help files.
    
%   To compile DSDP:

1.  Edit 'make.include' to define the DSDPROOT variable.  Set it
    equal to the location of the DSDP5.x directory (usually here).
    Additional variables, such as compiler flags and the location
    of a BLAS and LAPACK libraries, may also have to be modified.

2.  Compile the solver and examples.  Test them.
    > make all;

3.  (Optional) Test Matlab function if it compiled from within Matlab.
    Go the matlab directory and type:
    > check;
    Compare the output to the file check.out

Further HTML (Doxygen) documentation of the C language API for DSDP 
can be found by unzipping the file docs/DSDP5-api-html.zip.

Please notify the authors of DSDP of your experiences with it.  Your
feedback helps us promote our research and futher improve 
the package.