好的 C# 线性编程库吗?

发布于 2024-09-11 14:30:51 字数 222 浏览 2 评论 0 原文

我正在寻找 C# 的线性规划求解器。换句话说,我正在寻找一个可以解决线性编程问题的 C# 库。

我需要一个易于使用的库(这样我就可以快速学习如何使用它),但如果它支持一些自动绝对值转换功能,那就太好了(这样我就不必自己编写转换程序)。重要的是,该库应该是免费的(不一定是开源的)。

良好的文档对我来说是巨大的优势。 10%-20% 的较差性能对于我的项目来说并不重要。

感谢您的回答

I'm looking for a linear programming solver for C#. In the other words I'm looking for a library for C# that solves linear programming problems.

I need an easy to use library (so I can learn how to use it quickly), but it would be nice if it supported some features as automatic absolute values conversion (so I don't have to program the conversion myself). It is important that the library should be for free (not necessarily open source).

Good documentation is huge advantage for me. 10%-20% worse performance is not critical for my project.

Thanks for your answers

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

时间你老了 2024-09-18 14:30:51

您可以使用 WNLIB,但它是纯 C 语言,因此您必须将其包装在 DLL 库中,并且然后将其与 C# 一起使用。

You can use WNLIB, but it's plain C so you have to wrap it in a DLL library and then use it with C#.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文