You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this was broken by #34 because I incorrectly used the same primitive cone object multiple times in the problem data construction. that's fixed, and I added tests for dense vs sparse A and n > 2.
however, while the tests run fine for n <= 2, at n = 3 I am consistently getting the problem coming back nearly infeasible.
this suggests that there may be a problem with the clenshaw-curtis weights calculations for approximate fekete points. these values not used in the namedpoly tests so they aren't tested there. debugging is WIP.
and timing comparisons into #23
The text was updated successfully, but these errors were encountered: