I am looking for a linear software solver for C #. In other words, I am looking for a library for C # that solves linear programming problems.
I need an easy-to-use library (so that I can learn how to use it quickly), but it would be nice if it supports some functions like automatic conversion of absolute values (so I do not need to program the conversion myself), It is important that the library is free ( not necessarily open source).
Good documentation is a huge advantage for me. A 10% -20% reduction in performance is not critical to my project.
thank you for your responses
drasto
source share