How about re-adding Microsoft.Solver.Foundation or better alternative? #84896
Unanswered
HimanshuBansal112
asked this question in
Ideas
Replies: 2 comments 3 replies
-
Microsoft.SolverFoundation is an important library .NET Core space needs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
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.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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