Tech Support > Computers & Technology > Programming > Integer Linear Programming from C++ application
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