How about re-adding Microsoft.Solver.Foundation or better alternative? #84896
Replies: 3 comments 4 replies
-
Microsoft.SolverFoundation is an important library .NET Core space needs. |
Beta Was this translation helpful? Give feedback.
-
The library appears to be authored by another research team in Microsoft, not the .NET team. Trying with the third-party package on NuGet, it requires .NET remoting and fails on .NET Core. Unfortunately there's noting much to do for .NET team since they don't own the source code. |
Beta Was this translation helpful? Give feedback.
-
Just in case you are still looking for a .NET Standard 2.0 / .NET Core compatible port of Microsoft Solver Foundation library I made one from the last known one and uploaded it to nuget. Feel free to try it out and report occuring issues. |
Beta Was this translation helpful? Give feedback.
-
Solving equations with constraints and other problems of equations can be important in many applications. For example, I was making a graph maker for some purpose in c# but I could not find a library for it. Though, there was a library Microsoft.Solver.Foundation which cannot be used in newer versions since outdated. I tried searching several alternative but could not found one that solves equations with constraints in simpler, faster and bug-free method. An in-built method would be a good and reasonable thing. For numbering uses of it, I also was trying to make it for graph such that it will show multiple solutions upto certain limit we want if there are multiple solutions considering every equation and for objective value as well. It would be helpful if there will be a library.
It is moved from dotnet/csharplang#7125
Beta Was this translation helpful? Give feedback.
All reactions