[FlopCpp] FlopCpp Digest, Vol 51, Issue 1

Alan King kingaj at us.ibm.com
Thu Feb 26 12:57:54 EST 2015



Hi Antonello

Flopcpp is basically archived.  Tim Hultberg stopped working on it a while
ago.

Your question might get a response if you posted it in the clp forum.

Alan

-------------------------------------------------------
Alan King
Research Staff Member
Business Solutions & Mathematical Sciences
IBM Thomas J. Watson Research Center
914 945 1236 (o)  914 260 9888 (m)





From:	flopcpp-request at list.coin-or.org
To:	flopcpp at list.coin-or.org
Date:	2015-02-26 12:34 PM
Subject:	FlopCpp Digest, Vol 51, Issue 1
Sent by:	flopcpp-bounces at list.coin-or.org



Send FlopCpp mailing list submissions to
		 flopcpp at list.coin-or.org

To subscribe or unsubscribe via the World Wide Web, visit
		 http://list.coin-or.org/mailman/listinfo/flopcpp
or, via email, send a message with subject or body 'help' to
		 flopcpp-request at list.coin-or.org

You can reach the person managing the list at
		 flopcpp-owner at list.coin-or.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of FlopCpp digest..."


Today's Topics:

   1. How to compile examples? (Antonello Lobianco (not reply))
   2. Is this project still alive ? (Antonello Lobianco (not reply))


----------------------------------------------------------------------

Message: 1
Date: Thu, 26 Feb 2015 14:23:25 +0100
From: "Antonello Lobianco (not reply)" <blackhole at lobianco.org>
To: flopcpp at list.coin-or.org
Subject: [FlopCpp] How to compile examples?
Message-ID:

<CAOibvJHAjGyu2N=T-nT906EUhcqoxEHELg_SJa5zq0U1zRa2nA at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hello to all.
I just installed FlopC++ in Linux (Ubuntu 14:04 64 bit if that matter)
using prefix=/usr in configure.
Running "make test" seems to work without issues.

I am now trying to get a independent manual compilation of the
transport.cpp example[1] but I end up with a serie of undefined references
from ld.

The command I run to try to compile transport.cpp is:

g++ -I /usr/include/coin transport.cpp -lCoinUtils -lOsi -lClp
-lClpSolver -lOsiClp -lOsiCommonTests -lCbc -lCbcSolver -lCgl -lOsiCbc
-lFlopCpp -o transport

The output is:
lobianco at lobianco-officeLaptopLatitude:~/temp/flop++$ g++ -I
/usr/include/coin transport.cpp -lCoinUtils -lOsi -lClp -lClpSolver
-lOsiClp -lOsiCommonTests -lCbc -lCbcSolver -lCgl -lOsiCbc -lFlopCpp -o
transport
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libOsiClp.so: undefined
reference to `ClpSimplex::deleteRim(int)'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libOsiClp.so: undefined
reference to `ClpSimplex::setInfeasibilityCost(double)'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libOsiClp.so: undefined
reference to `ClpSimplex::cleanup(int)'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libOsiClp.so: undefined
reference to `ClpSimplex::loadProblem(ClpMatrixBase const&, double const*,
double const*, double const*, double const*, double const*, double const*)'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libOsiClp.so: undefined
reference to `ClpPresolve::~ClpPresolve()'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libOsiClp.so: undefined
reference to `OsiSolverInterface::reducedCostFix(double, bool)'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libOsiClp.so: undefined
reference to `ClpSimplex::checkSolutionInternal()'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libOsiClp.so: undefined
reference to `ClpModel::times(double, double const*, double*) const'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libOsiClp.so: undefined
reference to `ClpSimplex::checkPrimalSolution(double const*, double
const*)'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libOsiClp.so: undefined
reference to `ClpSolve::operator=(ClpSolve const&)'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libOsiClp.so: undefined
reference to `OsiSolverInterface::getRowNames()'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libOsiClp.so: undefined
reference to `OsiRowCut::ub() const'
[...]
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libOsiClp.so: undefined
reference to `ClpNodeStuff::zap(int)'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/libOsiClp.so: undefined
reference to `ClpSimplex::resize(int, int)'
collect2: error: ld returned 1 exit status

Also, I have installed on my system glpk. Is there any significant gain in
using glpk vs OsiClp as backend solver engine ? If so, how should I change
the compilation command and the c++ source in order to use glpk ?

Many thanks,
  Antonello Lobianco, Laboratoire d'Economie Foresti?re, Nancy

[1]
https://projects.coin-or.org/svn/FlopC+
+/stable/1.2/FlopCpp/examples/transport.cpp


--
Antonello Lobianco
Spedito da un indirizzo non presenziato - Sent from an unattended account
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://list.coin-or.org/pipermail/flopcpp/attachments/20150226/ee5d6013/attachment-0001.html
>

------------------------------

Message: 2
Date: Thu, 26 Feb 2015 14:55:59 +0100
From: "Antonello Lobianco (not reply)" <blackhole at lobianco.org>
To: flopcpp <flopcpp at list.coin-or.org>
Subject: [FlopCpp] Is this project still alive ?
Message-ID:

<CAOibvJFtPHYE12rYFGBOxwDU5YwqYVonsj=jSmt3t90wvEyyUg at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hello,
 I was planning to start a new project using FlopC++ but I wander if this
project is still alove.. I see that a new version has been just released,
but the mailing list is dead by several years.. is there some other way to
comunicate, e.g. is there a google group or a forum that it's not linked
from the project page ?

Regards,
  Antonello Lobianco

--
Antonello Lobianco
Spedito da un indirizzo non presenziato - Sent from an unattended account
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://list.coin-or.org/pipermail/flopcpp/attachments/20150226/b9398de7/attachment-0001.html
>

------------------------------

_______________________________________________
FlopCpp mailing list
FlopCpp at list.coin-or.org
http://list.coin-or.org/mailman/listinfo/flopcpp


End of FlopCpp Digest, Vol 51, Issue 1
**************************************

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/flopcpp/attachments/20150226/7c2a9b44/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: graycol.gif
Type: image/gif
Size: 105 bytes
Desc: not available
URL: <http://list.coin-or.org/pipermail/flopcpp/attachments/20150226/7c2a9b44/attachment.gif>


More information about the FlopCpp mailing list