Skip to content
New issue

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

disable warning #17

Closed
svigerske opened this issue Mar 2, 2019 · 2 comments
Closed

disable warning #17

svigerske opened this issue Mar 2, 2019 · 2 comments

Comments

@svigerske
Copy link
Member

Issue created by migration from Trac.

Original creator: ylebbah

Original creation time: 2008-01-29 07:19:25

Assignee: somebody

Version:

Keywords: Disable Clp Warning

Hi Clp workers,

I want to know the simplest way to disable displaying warnings during Clp runing.
I'am using Clp to solve linear relaxations of nonlinear problems. And you know, it is not necessary to let Clp displaying its warnings.

Thanks in advance for any answer.


Yahia Lebbah

@svigerske
Copy link
Member Author

Comment by ladanyi created at 2008-02-08 04:41:38

if you have a 'ClpModel* clp' pointer then 'clp->setLogLevel(0)' should do the job. I can strongly recommend browsing the online html class documentation at http://www.coin-or.org/Doxygen/Clp/hierarchy.html

I hope this helps,
--Laci

PS: this is not really a bug, so in closing the ticket I'll mark it as 'invalid'. It is perhaps better to ask these sort of questions on the mailing list.

@svigerske
Copy link
Member Author

Comment by ladanyi created at 2008-02-08 04:41:38

Resolution: invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant