Pantelis Sopasakis

Results 23 comments of Pantelis Sopasakis

This issue seems to occuring on Mac M1 (with ARM processor). I've had a couple of users reporting very similar error messages.

I'm having the same issue on MacOS. You can find my [log file here](https://pastebin.com/5hmq07t7) in case it helps.

Hi Brendan, Thanks for your reply. I resolved all these issue and at least [on Linux and OSX](https://travis-ci.org/kul-forbes/scs/builds/372943102) everything works fine. However, on Windows I get the following errors when...

@djrakita This is indeed a valid concern that we hadn't thought about since we mainly focused on the code generation use case (e.g., using [`opengen`] in Python). You are describing...

@djrakita I tried to change `Fn` to `FnMut`, but it can't work. There are cases in the solver [1] where we need to lend such functions, of type `Fn`, to...

Must be related to #309 - we're looking at it now and hopefully we'll resolve both issues soon

There should be an error code. Does the error happen when you call the solver? I tried to run your code, but I'm not sure how to call the function...

If you're getting an error 2000, this means that the solver failed, while trying to solve the problem. This typically means that a NaN was encountered. Unless you have a...

@truncs Sorry for the delay. We're looking at it and we'll try to get back to you by next week.

We looked into this and the very first iteration, the algorithm is at the point: ``` u = [0.032540166451917776, 1.0014558585309914, -1.4383287905910368e-7, 0.00017414572012260812, -0.018120131695473597, 1e-12, 0.018572675195099905, 1.146906129436235e-5, 1e-12, 4.643168898530375e-5, -0.018572675193102867, 1e-12,...