|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
LPsolve with C++Hi there,
Suppose a large MIP problem runs in MATLAB using lpsolve in Nm seconds. If the same large MIP problem runs in C (or C++) using lpsolve in Nc seconds, would one expect Nc << Nm, i.e. is MATLAB using lpsolve very efficient? -suli- |
|
|
RE: LPsolve with C++Hi
I have not compared Matlab's use of lpsolve with a C version, but have run Matlab's for moderate size problems and the process times have been reasonable. As far as I know, all the Matlab arrays are passed as sparse to the lpsolve wrapper and that, sometime, helps a lot. Cheers, Reza ________________________________ From: lp_solve@... [mailto:lp_solve@...] On Behalf Of Tengku Joe Sent: Friday, October 23, 2009 10:24 AM To: lp_solve@... Subject: [lp_solve] LPsolve with C++ Hi there, Suppose a large MIP problem runs in MATLAB using lpsolve in Nm seconds. If the same large MIP problem runs in C (or C++) using lpsolve in Nc seconds, would one expect Nc << Nm, i.e. is MATLAB using lpsolve very efficient? -suli- ************************************************************ IMPORTANT NOTICE: This message is intended for the individual or entity to which it is addressed and may contain information that is privileged, confidential, and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that copying, forwarding or other dissemination or distribution of this message is prohibited and that taking any action in reliance on the content of this message is to be avoided. Should you receive this e-mail in error, please notify the sender immediately via e-mail or call (403) 699-4000 and delete this message from your system. Thank you. ************************************************************ |
|
|
Re: LPsolve with C++Thank you reza =)
________________________________ From: "Simchi, Reza (Calgary)" <Mohammad_Simchi@...> To: lp_solve@... Sent: Fri, October 23, 2009 5:32:44 PM Subject: RE: [lp_solve] LPsolve with C++ Hi I have not compared Matlab's use of lpsolve with a C version, but have run Matlab's for moderate size problems and the process times have been reasonable. As far as I know, all the Matlab arrays are passed as sparse to the lpsolve wrapper and that, sometime, helps a lot. Cheers, Reza ________________________________ From: lp_solve@yahoogroup s.com [mailto:lp_solve@ yahoogroups. com] On Behalf Of Tengku Joe Sent: Friday, October 23, 2009 10:24 AM To: lp_solve@yahoogroup s.com Subject: [lp_solve] LPsolve with C++ Hi there, Suppose a large MIP problem runs in MATLAB using lpsolve in Nm seconds. If the same large MIP problem runs in C (or C++) using lpsolve in Nc seconds, would one expect Nc << Nm, i.e. is MATLAB using lpsolve very efficient? -suli- ************ ********* ********* ********* ********* ********* *** IMPORTANT NOTICE: This message is intended for the individual or entity to which it is addressed and may contain information that is privileged, confidential, and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that copying, forwarding or other dissemination or distribution of this message is prohibited and that taking any action in reliance on the content of this message is to be avoided. Should you receive this e-mail in error, please notify the sender immediately via e-mail or call (403) 699-4000 and delete this message from your system. Thank you. ************ ********* ********* ********* ********* ********* *** |
| Free embeddable forum powered by Nabble | Forum Help |