is there an comparable alternative for optaplanner/drools planner in C++ or C#? I only found a very old C# portation of 2007. Or how do you solve NP-hard optimization problems in C++/C#?
Alternative to drools-planner/optaplanner in c++/c#?
6.3k Views Asked by mchlfchr At
2
There are 2 best solutions below
0

Google or-tools is implemented in C++ but has a number of bindings in other languages like C#. I've used the C# bindings and it works absolutely fine. The version downloaded through nuget.org didn't work for me, though it worked fine when I downloaded the software and manually referenced it from my project.
On the OptaPlanner mailing list, people have asked about using OptaPlanner from .NET before.
If you're interested in pursuing that direction (and it fits within your requirements), here were some of the idea's: