Question:
What programming language should I use to solve linear programming problems?
1970-01-01 00:00:00 UTC
What programming language should I use to solve linear programming problems?
Three answers:
2016-04-12 15:14:55 UTC
Yahoo doesn't allow such long posts (echo 'x' is a lot of lines in assembly), but try doing a web search.
?
2010-06-25 02:50:46 UTC
Have you looked into libraries such as GLPK (http://winglpk.sourceforge.net/)? There are other packages available out there such as GIPALS32 (http://www.optimalon.com/product_gipals32.htm) both free and commercial packages. Most of these libraries will be written in C but they can be called from your existing code. These libraries are also generally optimized already.
Little Princess
2010-06-25 03:43:08 UTC
Matlab would probably be the closest thing to where you would describe what you want the program to do and let it figure out how to actually do it. Is what you're trying to figure out predominantly mathematical? Another option to consider is Mathematica. It's kind of a competitor to Matlab.



Anything like C#, C++, etc will require you to program the algorithm.



Also, it would depend upon what your I/O requirements are. You say you've got requirements, but don't indicate what your I/O is. Are you wanting it to read voltages from an A/D and output voltages through a DAC? Reading/writing values to/from a file? Are these parameters going to be coming in over the network? Again, depending upon where the data is coming from and going to could also potentially influence what system you use.



Is this something you're only going to run once, then once you have the answers, you're done with it? Or is this something that's going to be run over and over again? Is it time critical (i.e. does it need to be real time)?


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...