Linus Härenstam-Nielsen
Linus Härenstam-Nielsen
Hi, thanks for the amazing work on specialized SDP solvers I noticed most of the implementation is in .p files, is there a way to access the contents of those...
Hi, first off thanks for sharing this implementation, it's very convenient to get started with! I encountered a bug that that prevents `.xyz` files from being loaded, this 1-line commit...
Hi, I have a launch.json with the following configurations: ```json { "name": "pydebug", "type": "debugpy", "request": "launch", "program": "${file}", "console": "integratedTerminal" }, { "name": "Python C++ Debug", "type": "pythoncpp", "request":...
hi, first off thanks for making this great library! I've run into the following issue: I'd like to have a setting structure with two subcommands, each with separate settings and...
hi, first off thanks for this great work! I've been trying to run the demo notebook, but I'm running into a segmentation fault when using the python bindings: ```python import...