bharswami
bharswami
# Bug Description I am getting dependency errors while installing PteraSoftware. ## Reproduction This is while installing Ptera using "pip install PteraSoftware" ## Screenshots ERROR: Cannot install -r requirements.txt (line...
Hi, I am trying to build SPRAL in Windows Visual Studio 2022. Can anyone share the proj files with the necessary cpps and headers? Or could someone tell me what...
I am trying to interface SPRAL with IPOPT. I am running into some issues with getting the right output for a simple optimization problem too. The sequence of function calls...
I am trying to build the Bonmin source code in Visual Studio (first in Windows and then in Linux). What are all the codes I need? I have used Bonmin's...
I have downloaded the casadi source code and I am able to use cmake with it to build binaries _without_ ipopt. What binaries do I need and where do I...
I was able to build casadi _without_ an interface to ipopt. Could someone please tell me what is needed to build it with ipopt? What libraries are needed what options...
template using ReturnType = std::invoke_result_t; **Severity Code Description Project File Line Suppression State Details Error C2039 'invoke_result_t': is not a member of 'std' jacobian_autodiff_test Line 65 ** I am not...