meco-group / fatrop

Fatrop is a nonlinear optimal control problem solver that aims to be fast, support a broad class of optimal control problems and achieve a high numerical robustness.
https://meco-group.github.io/fatrop/
GNU Lesser General Public License v3.0
102 stars 11 forks source link

Windows compatibility? #11

Open abdelhakim96 opened 2 months ago

abdelhakim96 commented 2 months ago

Can I build on fatrop on windows?

lvanroye commented 2 months ago

Dear Hakim,

There were some developments on supporting windows, but we didn't really test it thoroughly yet. If it works for you I'd suggest to try out fatrop using a windows linux subsystem (WSL) set-up. In case you'd want to try out building fatrop for windows, I'd suggest you'd try compiling it with the mingw compiler (we had trouble with the msvc compiler in the past) and keep us posted if you run into trouble.

Best, Lander

abdelhakim96 commented 2 months ago

Alright, thank you very much for your prompt reply!