File: ChangeLog

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 (207 lines) | stat: -rw-r--r-- 6,500 bytes parent folder | download
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
SDPA 7.3.16 from SDPA 7.3.15 / 2022-07-01 Makoto Yamashita
	* Change $MUMPS from 5.3.5 to 5.5.0

SDPA 7.3.15 from SDPA 7.3.14 / 2020-11-06 Makoto Yamashita
	* Change MUMPS from 5.2.1 to 5.3.5

SDPA 7.3.14 from SDPA 7.3.13 / 2020-03-03 Makoto Yamashita
	* Change 2004-2017 to 2004-2020

SDPA 7.3.13 from SDPA 7.3.12 / 2020-03-04 Makoto Yamashita
	* Change MUMPS from 5.1.2 to 5.2.1
	* Update missing

SDPA 7.3.12 from SDPA 7.3.11 / 2019-12-06 Makoto Yamashita
	* Change MUMPS from 5.1.1 to 5.1.2
	* Update missing

SDPA 7.3.11 from SDPA 7.3.10 / 2017-12-06 Makoto Yamashita
	* Add SDPA::resetParameters() function (provided by Tristan Gally)

SDPA 7.3.10 from SDPA 7.3.9 / 2017-10-01 Makoto Yamashita
	* Remove small bugs
	* Change MUMPS from 4.9.10 to 5.1.1
	* Fix some spell miss

SDPA 7.3.9 from SDPA 7.3.8 / 2013-07-07 Makoto Yamashita
	* Assign the library files to link by full paths
	* Rename configure.in to configure.ac
	* Add CPPFLAGS to configure.ac

SDPA 7.3.8 from SDPA 7.3.7 / 2012-04-07 Makoto Yamashita
	* Fix inside 'index' to 'index2'
	   in changeIndex of mexReadSDPAToSedumi.cpp

SDPA 7.3.7 from SDPA 7.3.6 / 2012-03-12 Makoto Yamashita
	* Fix some spell-miss
	* Modify sdpa.1 to remove the warning hyphen-used-as-minus-sign

SDPA 7.3.6 from SDPA 7.3.5 / 2012-02-01 Makoto Yamashita
	* Print error messages for reading errors
	* Fix bugs for some SDPs
	* Fix some spell-miss
	* Delete DIMACS_PRINT macro (already replaced by --dimacs option)

SDPA 7.3.5 from SDPA 7.3.4 / 2011-05-06 Makoto Yamashita
	* Change official homepage to sourceforge
	* Add option --version
	* Fix bugs for some SDPs
	* Remove MUMPS tar.gz file

SDPA 7.3.4 from SDPA 7.3.3 / 2010-12-06 Makoto Yamashita
	* Change the configure script for mingw envrionment

SDPA 7.3.3 from SDPA 7.3.2 / 2010-11-23 Makoto Yamashita
	* Change the configure script for MUMPS
	* Change INSTALL
	* Fix bugs for some architectures
	* Change source files for mingw-compatibility
	* Add some matlab source codes in mex directory

SDPA 7.3.2 from SDPA 7.3.1 / 2010-11-12 Makoto Yamashita
	* Release Debian package

SDPA 7.3.1 from SDPA 7.3.0 / 2009-07-29 Makoto Yamashita
	* Introduce multiple threading
	* Change data structures for input data matrices
	* Add sedumiwrap.m (SeDuMi wrapper for SDPA-M)
	  [For details, try 'help sedumiwrap' in Matlab after installation]
	* Remove small bugs

****************************************************************
Before git management change log
****************************************************************
2008-05-21 Kazuhide Nakata

	* Add correction routin for Sparse Cholesky decomposition
	* Add "#include <algorithm>" in sdpa_io.cpp
	* Modify IO::displayDenseLinarSpaceLast
	* Move "#define P_FORMAT "%+8.3e" from sdpa_struct.cpp to sdpa_struct.h

2008-03-12 Kazuhide Nakata

	* Modify algorithm of preconditioning for moderate sparse SDP
	    making graph, fill-in, etc. in sdpa_chrdal.cpp
	    initialization of newton class in sdpa_newton.cpp

2008-02-29 Kazuhide Nakata

	* Initialize block index of SparseLinearSpace without huge array
		SDP_CNonZeroCount, SDP_ANonZeroCount,
		SOCP_CNonZeroCount, SOCP_ANonZeroCount,
		LP_CNonZeroCount, LP_ANonZeroCount.

2008-02-15 Maho Nakata <maho@riken.jp>

	* SDPA 705 RC8. 
	* Change the order of LAPACK and BLAS libs at configure.
          It will become a problem when an incomplete 
          liblapack.a exists at the BLAS directory (usually
          caused by the normal ATLAS installation).

2008-02-13 Maho Nakata <maho@riken.jp>

	* SDPA 705 RC7. 
	* Change archive name and directory to the standard ones.
	* Add dummy variable in sdpa_io.cpp to workaround gcc-3.3
	optimization bug.
        * Parameters are now accord with the manual.
            PARAMETER_AGGRESSIVE -> PARAMETER_UNSTABLE_BUT_FAST
	    PARAMETER_STABLE -> PARAMETER_STABLE_BUT_SLOW
	
2008-02-09 Maho Nakata <maho@riken.jp>

	* SDPA 705 RC6
	* Cleanups.

2008-02-08 Maho Nakata <maho@riken.jp>

	* SDPA 705 RC4
        * the last fix was not included; submmitted by
          K. Nakata.
 
2008-02-08 Maho Nakata <maho@riken.jp>

	* SDPA 705 RC3
      	 sdpa_main.cpp:static double KAPPA = 2.2; 
              ->   static double KAPPA = 7.0; 

2008-02-07 Kazuhide Nakata

        * Support DIMACS errors
	* SDPA 705 RC2

2008-02-07 Maho Nakata <maho@riken.jp>

	* SDPA 705 RC1.

2008-01-22 Maho Nakata <maho@riken.jp>

	* Pass -O2 -funroll-all-loops to compilers.

2007-12-10 Maho Nakata <maho@riken.jp>

	* Include spooles archive.
        * Three useMetis to UseMetis (From Kazuhide Nakata).
        * Disable Metis by default.
	* Support MacOSX. Tested on MacOSX Tiger Intel & PPC.

2007-11-29 Kazuhide Nakata

	* Support multiple LP block
	* Remove METIS library
	* Add check routin in SparseLinearSpace::setElement_SDP, DenseLinearSpace::setElement_SDP

2007-10-16  Kazuhide Nakata

	* Support zero matrix and LP problem
	* Modify SparseLinearSpace::copyFrom,  SparseLinearSpace::initialize
	*        workVariables::initialize

2007-09-18  Kazuhide Nakata

        * Modify stopping criteria and step length.
        * Add SolveInfo::check (print various information of current point)

2007-06-29  Kazuhide Nakata <knakata@me.titech.ac.jp>

        * Modify algorithm in sdpa::UTSpMat::Form_Aggregate.
        * Fix memory leaks via valgrind.
        * Change type of variable "LP_NonZeroNumber" from int to bool.
        * Modify variable names in sdpa::SparseLinearSpace::SparseLinearSpace.

2007-06-27  Maho Nakata <maho@riken.jp>

        * Remove GPL.txt. We have COPYING instead, and it is newer.

2007-06-04  Maho Nakata <maho@riken.jp>

        * Reorder LAPACK/BLAS at linker (submitted by Makoto Yamashita).

2007-06-01  Maho Nakata <maho@riken.jp>

        * Initial support for configure script.


/*------------------------------------------
Major Versions
SDPA 1 (1995)
	C++ implementation of the primal-dual
	interior-point method using the HKM search direction
SDPA 2 (1996)
	Implementation of the Mehrotra type predictor- &
	corrector method
SDPA 3 (1997)
	Novel formula to compute the Schur complement matrix
SDPA 4 (1998)
	Full implementation of the formula or all
	block matrices, callable library 
SDPA 5 (1996)
	Fast step-size computation using the bisection method
	to approximate minimum eigenvalues
SDPA 6 (2002,CodeName Rosemary)
	Replacing meschach with BLAS/ATLAS and LAPACK
SDPA 7 (2008,CodeName Margaret)
	Improvements on sparse sata structures.
	Multi-Thread computing.
------------------------------------------*/