Christoph Hansknecht

Results 19 comments of Christoph Hansknecht

@mflehmig: I added a test case which hopefully demonstrates the desired functionality. It does not work yet, there are apparently still some race conditions in the code.

@vryy: Admittedly, I lost interest a bit over the last years. I was interested in the functionality for multiple shooting approaches for ODEs, which of course permit parallelization easily enough....

Well, to reiterate, this was some initial draft. It does not work correctly.

I do not think that a custom pricer will help in this scenario: The toy problem in the link above is the following: `max 3x + 2y, s.t. 2x +...

Hello Ambros, I actually talked to Leon a little last Friday. He also pointed me towards the solution polishing as a way to switch bases. I have been hacking directly...

OK; thank you for the info. It is a bit weird that this causes a `StackOverflowError` as opposed to some error signaling that the function is not implemented, which was...

This certainly is interesting. In terms of operating systems I tried this on a 64bit Linux also using ParaView 5.12. However, the exact same file seems to work on MacOS...

Well, I switched to base64 as you suggested and everything seems to work fine. As an aside, I find the naming of the options to `vtk_grid` a little unfortunate: "Append"...

Well, to my mind the problem is the following: Despite how it looks, the VTK format is *not* XML. I cannot stress this enough. XML does not allow binary data,...

I also think that the problem is not caused by WriteVTK.jl and only manifests itself here. Specifically, I think that the format is ad-hoc and a bit under-specified. Additionally, using...