Hello,
Description:
Linear programming modeling examples in Object Pascal. Please look
inside the zip at the example SP.pas (shortest-path problem) in
Object Pascal, i have also provided you with the freeware FastCLP a
software
that is faster than LPSolve. Please look at the sp.pas inside the zip
on how
to use FastCLP , compile and execute it...
And please read more here:
http://pages.videotron.com/aminer/lp/linear.htm
You can download the examples and the FastCLP software from:
http://pages.videotron.com/aminer/
I have included the shorted-path problem , but i will include more
examples
in the near future...
And if you want to know how to use the APIs of LPSolve you have to
download the help file of LPSolve , but here is a link to the help
file:
http://lpsolve.sourceforge.net/5.5/
And if you want to use the freeware FastCLP that i have included ,
that is faster than LPSolve, there is only one function in FastCLP
and it's: fastclp(name1,name2);
name1 is the name of the MPS file
and name2:is the name of the output file where the results will be
wrote
Language: FPC Pascal v2.2.0+ / Delphi 5+:
http://www.freepascal.org/
Operating Systems: Win , (x86).
Required FPC switches: -O3 -Sd -dFPC -dWin32 -dFreePascal
-Sd for delphi mode....
Required Delphi switches: -DMSWINDOWS -$H+ -DDelphi
Regards,
Amine Moulay Ramdane.