- Integer Linear Programming from C++ application
- Posted by Tim Frink on May 12th, 2007
Hi,
I have to solve some optimization problems. The data is
calculated in a C++ program. What is the easiest way
to do that? Are there any free libraries or do I have
to generate a file from my C++ program, pass it to
an LP solver like "lp_solve" and after the calculation
read this file to get the results back into my C++
application?
Thank you.
Tim
Similar Posts
- Programming a good GUI application (Windows CE) by sidd
- Programming a good GUI application (Windows CE) by sidd
- Integer Linear Programming (Programming) by Christian Christmann
- Linear programming help (Programming) by dave
- Linear versus non-linear (Desktops) by i'm_tired

