| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| more_wild_probs/ | H | - | - | 1,671 | 1,630 | |
| output/ | H | - | - | 7 | 7 | |
| ProblemFinalize.m | H A D | 06-Sep-2021 | 1.6 KiB | 54 | 44 | |
| ProblemInitialize.m | H A D | 22-Mar-2020 | 1.1 KiB | 32 | 24 | |
| README | H A D | 02-Nov-2023 | 466 | 12 | 6 | |
| TestingFinalize.m | H A D | 22-Mar-2020 | 216 | 7 | 4 | |
| TestingInitialize.m | H A D | 02-Nov-2023 | 605 | 18 | 12 | |
| TestingPlot.m | H A D | 02-Nov-2023 | 964 | 29 | 23 | |
| makefile | H A D | 21-Oct-2025 | 327 | 9 | 4 | |
| matlab_ls_test.c | H A D | 22-Sep-2024 | 5.9 KiB | 169 | 125 |
README
1 2Here is the list of problems where we have issues: 3 4 24 - fails on destroy with an object in an invalid state; succeeds with nf_const = 50 5 33, 34, 35, 40, 42, 49 - fails due to inf -- the MATLAB function evaluation is not causing it. 6 18, 27, 28, 36, 47, 50, 51 - slow convergence 7 8History vectors are not properly sized (they are too big) and the code does not check if 9there is room prior to adding more vectors. This can lead to memory corruption errors. 10 11 12