C# 中是否有类似的库 Choco (约束编程
Is there any similar library in C# for Choco (Contraint Programming
我不熟悉相关技术,但 Microsoft Solver Foundation 似乎在进行约束编程
http://msdn.microsoft.com/en-us/devlabs/hh145003.aspx
http://msdn.microsoft.com/en-us/库/ff826354(v=vs.93).aspx
I'm not familiar with the technology in question, but there is the Microsoft Solver Foundation which appears to do Constraint Programming
http://msdn.microsoft.com/en-us/library/ff826354(v=vs.93).aspx
此网站未列出任何 http://www.constraintsolving.com/solvers,因此可能有没有好的。
您可以通过将 C 或 C++ 链接到 C++/CLI 托管/非托管程序集并将其包装在 C++/CLI 托管类中来使用它。然后您就可以从 C# 进行调用。
This site doesn't list any http://www.constraintsolving.com/solvers, so there may be no good ones.
You can use a C or C++ one by linking it into a C++/CLI managed/unmanaged assembly and wrapping it in C++/CLI managed classes. Then you'd be able to call from C#.
如果您正在寻找 C# 的开源替代方案,您绝对应该尝试 Google or-tools。
If you are looking for open source alternatives in C#, you should definitely try Google or-tools.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(3)
我不熟悉相关技术,但 Microsoft Solver Foundation 似乎在进行约束编程
http://msdn.microsoft.com/en-us/devlabs/hh145003.aspx
http://msdn.microsoft.com/en-us/库/ff826354(v=vs.93).aspx
I'm not familiar with the technology in question, but there is the Microsoft Solver Foundation which appears to do Constraint Programming
http://msdn.microsoft.com/en-us/devlabs/hh145003.aspx
http://msdn.microsoft.com/en-us/library/ff826354(v=vs.93).aspx
此网站未列出任何 http://www.constraintsolving.com/solvers,因此可能有没有好的。
您可以通过将 C 或 C++ 链接到 C++/CLI 托管/非托管程序集并将其包装在 C++/CLI 托管类中来使用它。然后您就可以从 C# 进行调用。
This site doesn't list any http://www.constraintsolving.com/solvers, so there may be no good ones.
You can use a C or C++ one by linking it into a C++/CLI managed/unmanaged assembly and wrapping it in C++/CLI managed classes. Then you'd be able to call from C#.
如果您正在寻找 C# 的开源替代方案,您绝对应该尝试 Google or-tools。
If you are looking for open source alternatives in C#, you should definitely try Google or-tools.