File tree
18 files changed
+1428
-979
lines changed- .github/workflows
- src
- test
18 files changed
+1428
-979
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
| 3 | + | |
10 | 4 |
| |
11 | 5 |
| |
12 | 6 |
| |
| |||
102 | 96 |
| |
103 | 97 |
| |
104 | 98 |
| |
105 |
| - | |
| 99 | + | |
106 | 100 |
| |
107 | 101 |
| |
108 | 102 |
| |
| |||
160 | 154 |
| |
161 | 155 |
| |
162 | 156 |
| |
163 |
| - | |
| 157 | + |
- .bumpversion.cfg+1-1
- .github/workflows/build.yml+6-4
- .github/workflows/docs.yml+6-1
- CITATION.cff+1-1
- CMakeLists.txt+2-2
- README.md+3-1
- docs/src/Doxyfile+1-1
- docs/src/algorithm/index.rst+1-1
- docs/src/algorithm/warm_start.rst+26-14
- docs/src/api/c.rst+11-1
- docs/src/api/cones.rst+4-3
- docs/src/api/matlab.rst+9-6
- docs/src/api/python.rst+26-13
- docs/src/api/settings.rst+1-1
- docs/src/citing/index.rst+1-1
- docs/src/conf.py+21-19
- docs/src/examples/c.rst+2-2
- docs/src/examples/matlab.rst+3-2
- docs/src/examples/python.rst+14-9
- docs/src/examples/python/basic_qp.rst+19
- docs/src/examples/python/entropy.py+68
- docs/src/examples/python/entropy.py.out+28
- docs/src/examples/python/entropy.rst+47
- docs/src/examples/python/lasso.py+70
- docs/src/examples/python/lasso.py.out+213
- docs/src/examples/python/lasso.rst+52
- docs/src/examples/python/mat_completion.py+102
- docs/src/examples/python/mat_completion.py.out+239
- docs/src/examples/python/mat_completion.rst+71
- docs/src/examples/python/mpc.py+124
- docs/src/examples/python/mpc.py.out+143
- docs/src/examples/python/mpc.rst+49
- docs/src/examples/python/qp.py+8-8
- docs/src/examples/python/qp.py.out+9-8
- docs/src/examples/qp.c+2-1
- docs/src/examples/qp.c.out+8-7
- docs/src/examples/qp.m+2-1
- docs/src/examples/qp.m.out+11-11
- docs/src/examples/qp.prob+7-3
- docs/src/index.rst+1-1
- include/cones.h+5-3
- include/glbopts.h+4-5
- include/normalize.h+1
- include/rw.h+3-3
- include/scs.h+45-22
- include/scs_work.h+13-18
- include/util.h+3-1
- linsys/external/amd/SuiteSparse_config.c+4-2
- linsys/external/amd/SuiteSparse_config.h-5
- linsys/scs_matrix.c+38-67
- linsys/scs_matrix.h+4-3
- scs.mk-4
- src/cones.c+63-25
- src/linalg.c+1-1
- src/normalize.c+49
- src/rw.c+48-40
- src/scs.c+212-170
- src/util.c+26-12
- test/problems/hs21_tiny_qp_rw.h+4-1
- test/problems/qafiro_tiny_qp.h+1-1
- test/problems/random_prob.h+4-1
- test/problems/rob_gauss_cov_est.h+4-1
- test/problems/small_lp.h+4-1
- test/problems/small_qp.h+36-7
- test/problems/test_validation.h+4-1
- test/problems/unbounded_tiny_qp.h+2-3
- test/random_socp_prob.c+3-1
- test/run_from_file.c+15-3
- test/run_tests.c+15-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
| 141 | + | |
142 | 142 |
| |
143 |
| - | |
| 143 | + | |
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
| |||
158 | 158 |
| |
159 | 159 |
| |
160 | 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 |
| - | |
208 |
| - | |
209 |
| - | |
210 |
| - | |
211 |
| - | |
212 |
| - | |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 |
| - | |
224 |
| - | |
225 |
| - | |
226 |
| - | |
227 |
| - | |
228 |
| - | |
229 |
| - | |
230 |
| - | |
231 |
| - | |
232 |
| - | |
233 |
| - | |
234 |
| - | |
235 |
| - | |
236 |
| - | |
237 |
| - | |
238 |
| - | |
239 |
| - | |
240 |
| - | |
241 |
| - | |
242 |
| - | |
243 |
| - | |
244 |
| - | |
245 |
| - | |
246 |
| - | |
| 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 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
247 | 267 |
| |
248 |
| - | |
249 | 268 |
| |
| 269 | + |
0 commit comments