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.
Most of the links from lpsolve to other software need the lpsolve library lpsolve55.dll (Windows)
or lpsolve55.so (Unix/Linux/Mac). This library is in general not included in the archives.
It must be installed separately. It is contained in archive lp_solve_5.5.2.11_dev_win*.zip (Windows)
/ lp_solve_5.5.2.11_dev_ux*.tar.gz (Linux) / lp_solve_5.5.2.11_dev_osx*.tar.gz
This library must be put in a path known by the system. That is:
Archive |
Contents |
See also |
Executables |
lp_solve_5.5.2.11_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.2.11_exe_win32.zip |
32 bit lp_solve stand-alone program and bfp/xli libraries for Windows. |
|
lp_solve_5.5.2.11_exe_win64.zip |
64 bit lp_solve stand-alone program and bfp/xli libraries for Windows. |
|
lp_solve_5.5.2.11_exe_ux32.tar.gz |
32 bit lp_solve stand-alone program and bfp/xli libraries for ubuntu linux. |
|
lp_solve_5.5.2.11_exe_ux64.tar.gz |
64 bit lp_solve stand-alone program and bfp/xli libraries for ubuntu linux. |
|
lp_solve_5.5.2.11_exe_osx32.tar.gz |
32 bit lp_solve stand-alone program and bfp/xli libraries for Mac OSX (Intel). |
|
Libraries |
lp_solve_5.5.2.11_dev_win32.zip |
32 bit lpsolve libraries for Windows.
The libraries are needed by many of the examples and when you statically or dynamically link the lpsolve library with your application. |
|
lp_solve_5.5.2.11_dev_win64.zip |
64 bit lpsolve libraries for Windows.
The libraries are needed by many of the examples and when you statically or dynamically link the lpsolve library with your application. |
|
lp_solve_5.5.2.11_dev_ux32.tar.gz |
32 bit lpsolve libraries for ubuntu linux.
The libraries are needed by many of the examples and when you statically or dynamically link the lpsolve library with your application. |
|
lp_solve_5.5.2.11_dev_ux64.tar.gz |
64 bit lpsolve libraries for ubuntu linux.
The libraries are needed by many of the examples and when you statically or dynamically link the lpsolve library with your application. |
|
lp_solve_5.5.2.11_dev_osx32.tar.gz |
32 bit lpsolve libraries for Mac OSX (Intel based).
The libraries are needed by many of the examples and when you statically or dynamically link the lpsolve library with your application. |
|
Documentation |
lp_solve_5.5.2.11_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.2.11.chm is handier under that platform. |
http://lpsolve.sourceforge.net/5.5/ |
lp_solve_5.5.2.11.chm |
lp_solve reference guide in HTML HELP (Windows) format |
http://lpsolve.sourceforge.net/5.5/ |
Sources |
lp_solve_5.5.2.11_source.tar.gz |
lp_solve library & stand-alone program source for all platforms. |
|
lp_solve_5.5.2.11_IDE_source.zip |
LPSolve IDE (Integrated Development Interface) sources.
|
|
BFP packages |
lp_solve_5.5.2.11_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.2.11_bfp_GLPK_source.tar.gz |
GLPK BFP source.
Can be compiled under Windows or Linux to generate the GLPK bfp. |
|
lp_solve_5.5.2.11_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.2.11_xli_MPS_source.tar.gz |
MPS XLI reader/writer source.
Can be compiled under Windows or Linux to generate the MPS xli interface. |
|
lp_solve_5.5.2.11_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.2.11_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.2.11_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.2.11_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.2.11_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.2.11_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.2.11_AMPL_exe_win32.zip |
32 bit AMPL lpsolve executable driver for Windows |
|
lp_solve_5.5.2.11_AMPL_exe_ux32.tar.gz |
32 bit AMPL lpsolve executable driver for ubuntu linux |
|
lp_solve_5.5.2.11_AMPL_exe_osx32.tar.gz |
32 bit AMPL lpsolve executable driver for Mac OSX (Intel) |
|
lp_solve_5.5.2.11_AMPL_source.tar.gz |
AMPL lpsolve driver source |
|
lp_solve_5.5.2.11_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.2.11_COM.zip |
lpsolve COM object (COM interface to lpsolve55 dll) + VB example
A COM interface to the lpsolve API |
|
lp_solve_5.5.2.11_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.2.11_access.zip |
example calling lp_solve API from Access.
A starting point if you want to use the lpsolve API from Access. |
|
lp_solve_5.5.2.11_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.2.11_java.zip |
java wrapper for lpsolve, java documentation and examples |
|
lp_solve_5.5.2.11_MATLAB_exe_win32.zip |
32 bit MATLAB driver to lpsolve for Windows and examples |
|
lp_solve_5.5.2.11_MATLAB_exe_win64.zip |
64 bit MATLAB driver to lpsolve for Windows and examples |
|
lp_solve_5.5.2.11_MATLAB_exe_ux32.tar.gz |
32 bit MATLAB driver to lpsolve for ubuntu linux and examples |
|
lp_solve_5.5.2.11_MATLAB_exe_ux64.tar.gz |
64 bit MATLAB driver to lpsolve for ubuntu linux and examples |
|
lp_solve_5.5.2.11_MATLAB_exe_osx32.tar.gz |
32 bit MATLAB driver to lpsolve for Mac OSX (Intel) and examples |
|
lp_solve_5.5.2.11_MATLAB_source.tar.gz |
MATLAB driver source to lpsolve with examples |
|
lp_solve_5.5.2.11_OMATRIX_exe_win32.zip |
32 bit O-MATRIX driver to lpsolve for Windows and examples |
|
lp_solve_5.5.2.11_OMATRIX_source.tar.gz |
O-MATRIX driver source to lpsolve with examples |
|
lp_solve_5.5.2.11_Sysquake_exe_win32.zip |
32 bit Sysquake driver to lpsolve for Windows and examples |
|
lp_solve_5.5.2.11_Sysquake_exe_ux32.tar.gz |
32 bit Sysquake driver to lpsolve for ubuntu linux and examples |
|
lp_solve_5.5.2.11_Sysquake_exe_osx32.tar.gz |
32 bit Sysquake driver to lpsolve for Mac OSX (Intel) and examples |
|
lp_solve_5.5.2.11_Sysquake_source.tar.gz |
Sysquake driver source to lpsolve with examples |
|
lp_solve_5.5.2.11_scilab_exe_win32.zip |
32 bit Scilab driver to lpsolve for Windows and examples |
|
lp_solve_5.5.2.11_scilab_exe_win64.zip |
64 bit Scilab driver to lpsolve for Windows and examples |
|
lp_solve_5.5.2.11_scilab_exe_ux32.tar.gz |
32 bit Scilab driver to lpsolve for ubuntu linux and examples |
|
lp_solve_5.5.2.11_scilab_exe_ux64.tar.gz |
64 bit Scilab driver to lpsolve for ubuntu linux and examples |
|
lp_solve_5.5.2.11_scilab_exe_osx32.tar.gz |
32 bit Scilab driver to lpsolve for Mac OSX (Intel) and examples |
|
lp_solve_5.5.2.11_scilab_source.tar.gz |
Scilab driver source to lpsolve with examples |
|
lp_solve_5.5.2.11_octave_exe_win32.zip |
32 bit octave driver to lpsolve for Windows and examples |
|
lp_solve_5.5.2.11_octave_exe_ux32.tar.gz |
32 bit octave driver to lpsolve for ubuntu linux and examples |
|
lp_solve_5.5.2.11_octave_exe_ux64.tar.gz |
64 bit octave driver to lpsolve for ubuntu linux and examples |
|
lp_solve_5.5.2.11_octave_exe_osx32.tar.gz |
32 bit octave driver to lpsolve for Mac OSX (Intel) and examples |
|
lp_solve_5.5.2.11_octave_source.tar.gz |
octave driver source to lpsolve with examples |
|
lp_solve_5.5.2.11_FreeMat_exe_win32.zip |
32 bit FreeMat driver to lpsolve for Windows and examples |
|
lp_solve_5.5.2.11_FreeMat_exe_ux32.tar.gz |
32 bit FreeMat driver to lpsolve for ubuntu linux and examples |
|
lp_solve_5.5.2.11_FreeMat_exe_ux64.tar.gz |
64 bit FreeMat driver to lpsolve for ubuntu linux and examples |
|
lp_solve_5.5.2.11_FreeMat_exe_osx32.tar.gz |
32 bit FreeMat driver to lpsolve for Mac OSX (Intel) and examples |
|
lp_solve_5.5.2.11_FreeMat_source.tar.gz |
FreeMat driver source to lpsolve with examples |
|
lp_solve_5.5.2.11_Euler_exe_win32.zip |
Euler driver to lpsolve for Windows and examples |
|
lp_solve_5.5.2.11_Euler_source.tar.gz |
Euler driver source to lpsolve with examples |
|
lp_solve_5.5.2.11_Python2.4_exe_win32.zip |
32 bit Python 2.4 driver to lpsolve for Windows and examples |
|
lp_solve_5.5.2.11_Python2.5_exe_win32.zip |
32 bit Python 2.5 driver to lpsolve for Windows and examples |
|
lp_solve_5.5.2.11_Python2.6_exe_win32.zip |
32 bit Python 2.6 driver to lpsolve for Windows and examples |
|
lp_solve_5.5.2.11_Python2.6_exe_win64.zip |
64 bit Python 2.6 driver to lpsolve for Windows and examples |
|
lp_solve_5.5.2.11_Python2.5_exe_ux32.tar.gz |
32 bit Python 2.5 driver to lpsolve for ubuntu linux and examples |
|
lp_solve_5.5.2.11_Python2.5_exe_ux64.tar.gz |
64 bit Python 2.5 driver to lpsolve for ubuntu linux and examples |
|
lp_solve_5.5.2.11_Python2.3_exe_osx32.tar.gz |
32 bit Python 2.5 driver to lpsolve for Mac OSX (Intel) and examples |
|
lp_solve_5.5.2.11_Python_source.tar.gz |
Python driver source to lpsolve with examples |
|
lp_solve_5.5.2.11_PHP_exe_win32.zip |
32 bit PHP driver to lpsolve for Windows and examples |
|
lp_solve_5.5.2.11_PHP_exe_ux32.tar.gz |
32 bit PHP driver to lpsolve for ubuntu linux and examples |
|
lp_solve_5.5.2.11_PHP_exe_ux64.tar.gz |
64 bit PHP driver to lpsolve for ubuntu linux and examples |
|
lp_solve_5.5.2.11_PHP_source.tar.gz |
PHP driver source to lpsolve with examples |
|
lp_solve_5.5.2.11_MSF_exe_win32.zip |
32 bit MSF driver to lpsolve for Windows |
|
lp_solve_5.5.2.11_MSF_source.zip |
MSF driver source to lpsolve |
|
lp_solve_5.5.2.11_MSF_demo.zip |
MSF demo to lpsolve |
|
lp_solve_5.5.2.11_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.2.11_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.2.11_vb.zip |
example calling lp_solve API from VB6.
A starting point if you want to use the lpsolve API from VB6. |
|