lpsolve is distributed as several separate archive files. It is most unlikely that you need
them all for your purpose. This text describes each archive's contents.
Ziped files are basically binaries (executables/libraries) for the Windows platform.
| Archive |
Contents |
See also |
| Executables |
| lp_solve_5.5.0.14_IDE_Setup.exe |
LPSolve IDE (Integrated Development Interface) for Windows.
A user-friendly interface to lpsolve to formulate your model. At this moment only available for Windows. |
|
| lp_solve_5.5.0.14_exe.tar.gz |
lp_solve stand-alone program and bfp/xli libraries for Linux (SuSE, Red Hat). |
|
| lp_solve_5.5.0.14_exe.zip |
lp_solve stand-alone program and bfp/xli libraries for Windows. |
|
| Libraries |
| lp_solve_5.5.0.14_dev.tar.gz |
lpsolve libraries for Linux (SuSE, Red Hat).
Precompiled libraries if you want to call the lpsolve API from your application. |
|
| lp_solve_5.5.0.14_dev.zip |
lpsolve libraries for Windows.
The dll is needed by many of the examples (VB, C, C#, VB, VB.NET, Delphi, Java, ...) and the libraries and include files are needed when you statically link the lpsolve library with your application. |
|
| Documentation |
| lp_solve_5.5.0.14_doc.tar.gz |
lp_solve reference guide in HTML format.
For use under Unix/Linux. Can also be used under Windows, however lp_solve_5.5.0.14.chm is handier under that platform. |
http://lpsolve.sourceforge.net/5.5/ |
| lp_solve_5.5.0.14.chm |
lp_solve reference guide in HTML HELP (Windows) format |
http://lpsolve.sourceforge.net/5.5/ |
| Sources |
| lp_solve_5.5.0.14_source.tar.gz |
lp_solve library & stand-alone program source for all platforms. |
|
| lp_solve_5.5.0.14_IDE_source.zip |
LPSolve IDE (Integrated Development Interface) sources.
|
|
| BFP packages |
| lp_solve_5.5.0.14_bfp_etaPFI_source.tar.gz |
etaPFI BFP source.
Can be compiled under Windows or Linux to generate the etaPFI 2.0 bfp |
|
| lp_solve_5.5.0.14_bfp_GLPK_source.tar.gz |
GLPK BFP source.
Can be compiled under Windows or Linux to generate the GLPK bfp. |
|
| lp_solve_5.5.0.14_bfp_LUSOL_source.tar.gz |
LUSOL BFP source.
Can be compiled under Windows or Linux to generate the LUSOL bfp. |
|
| XLI packages |
| lp_solve_5.5.0.14_xli_CPLEX_source.tar.gz |
CPLEX XLI reader/writer source.
Can be compiled under Windows or Linux to generate the CPLEX xli interface. |
|
| lp_solve_5.5.0.14_xli_Xpress_source.tar.gz |
Xpress XLI reader/writer source.
Can be compiled under Windows or Linux to generate the Xpress xli interface. |
|
| lp_solve_5.5.0.14_xli_LINDO_source.tar.gz |
LINDO XLI reader/writer source.
Can be compiled under Windows or Linux to generate the LINDO xli interface. |
|
| lp_solve_5.5.0.14_xli_LPFML_source.tar.gz |
LPFML (XML) XLI reader/writer source.
Can be compiled under Windows to generate the XML xli interface. |
|
| lp_solve_5.5.0.14_xli_MathProg_source.tar.gz |
MathProg XLI reader source.
Can be compiled under Windows or Linux to generate the MathProg xli interface. Note that you also need GLPK source to do this. |
|
| lp_solve_5.5.0.14_xli_DIMACS_source.tar.gz |
DIMACS XLI reader/writer source.
Can be compiled under Windows or Linux to generate the DIMACS xli interface. |
|
| Call lpsolve from another programming language or environment |
| lp_solve_5.5.0.14_AMPL_exe.tar.gz |
AMPL lpsolve executable driver for Linux (SuSE, Red Hat) |
|
| lp_solve_5.5.0.14_AMPL_exe.zip |
AMPL lpsolve executable driver for Windows |
|
| lp_solve_5.5.0.14_AMPL_source.tar.gz |
AMPL lpsolve driver source |
|
| lp_solve_5.5.0.14_c.tar.gz |
example calling lp_solve API from C.
A starting point if you want to use the lpsolve API from C. |
|
| lp_solve_5.5.0.14_COM.zip |
lpsolve COM object (COM interface to lpsolve55 dll) + VB example
A COM interface to the lpsolve API |
|
| lp_solve_5.5.0.14_cs.net.zip |
example calling lp_solve API from C#.
A starting point if you want to use the lpsolve API from C# (.NET). |
|
| lp_solve_5.5.0.14_Delphi.zip |
example calling lp_solve API from Delphi.
A starting point if you want to use the lpsolve API from Delphi/Pascal. |
|
| lp_solve_5.5.0.14_excel.zip |
example calling lp_solve API from EXCEL.
A starting point if you want to use the lpsolve API from EXCEL. |
|
| lp_solve_5.5.0.14_java.zip |
java wrapper for lpsolve, java documentation and examples |
|
| lp_solve_5.5.0.14_MATLAB_exe.zip |
MATLAB driver to lpsolve for Windows and examples |
|
| lp_solve_5.5.0.14_MATLAB_source.tar.gz |
MATLAB driver source to lpsolve with examples |
|
| lp_solve_5.5.0.14_octave_source.tar.gz |
octave driver source to lpsolve with examples |
|
| lp_solve_5.5.0.14_OMATRIX_exe.zip |
O-MATRIX driver to lpsolve for Windows and examples |
|
| lp_solve_5.5.0.14_OMATRIX_source.tar.gz |
O-MATRIX driver source to lpsolve with examples |
|
| lp_solve_5.5.0.14_Python_exe.zip |
Python driver to lpsolve for Windows and examples |
|
| lp_solve_5.5.0.14_Python_source.tar.gz |
Python driver source to lpsolve with examples |
|
| lp_solve_5.5.0.14_scilab_source.tar.gz |
Scilab driver source to lpsolve with examples |
|
| lp_solve_5.5.0.14_vb.net.zip |
example calling lp_solve API from VB.NET.
A starting point if you want to use the lpsolve API from VB.NET). |
|
| lp_solve_5.5.0.14_vb.zip |
example calling lp_solve API from VB6.
A starting point if you want to use the lpsolve API from VB6. |
|