We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue created by migration from Trac.
Original creator: @svigerske
Original creation time: 2007-01-19 19:34:43
Assignee: somebody
Version:
Hi,
when running Cbc::branchAndBound, I noticed that I got an output line
Clp0000I Optimal - objective value 89.0858
which was not directed through the message handler I've been giving to the OsiClpSolverInterface.
I debug the code a bit, and found that the lpSolver from CbcStrategy.cpp:354 does not seem to have the correct message handler. I added
lpSolver->passInMessageHandler(solver->messageHandler());
and then it works fine.
I'm using Cbc release 1.1.0.
Stefan
The text was updated successfully, but these errors were encountered:
Comment by @jjhforrest created at 2007-02-16 20:55:25
should be fixed
Sorry, something went wrong.
Resolution: fixed
No branches or pull requests
Issue created by migration from Trac.
Original creator: @svigerske
Original creation time: 2007-01-19 19:34:43
Assignee: somebody
Version:
Hi,
when running Cbc::branchAndBound, I noticed that I got an output line
which was not directed through the message handler I've been giving to the OsiClpSolverInterface.
I debug the code a bit, and found that the lpSolver from CbcStrategy.cpp:354 does not seem to have the correct message handler.
I added
and then it works fine.
I'm using Cbc release 1.1.0.
Stefan
The text was updated successfully, but these errors were encountered: