Cbc 2.10.5
Loading...
Searching...
No Matches
CbcMessage.hpp
Go to the documentation of this file.
1/* $Id: CbcMessage.hpp 2465 2019-01-03 19:26:52Z unxusr $ */
2// Copyright (C) 2002, International Business Machines
3// Corporation and others. All Rights Reserved.
4// This code is licensed under the terms of the Eclipse Public License (EPL).
5
6#ifndef CbcMessage_H
7#define CbcMessage_H
8
9#if defined(_MSC_VER)
10// Turn off compiler warning about long names
11#pragma warning(disable : 4786)
12#endif
13
23#include "CoinMessageHandler.hpp"
80
81class CbcMessage : public CoinMessages {
82
83public:
87 CbcMessage(Language language = us_en);
89};
90
91#endif
92
93/* vi: softtabstop=2 shiftwidth=2 expandtab tabstop=2
94*/
CBC_Message
This deals with Cbc messages (as against Clp messages etc).
@ CBC_GENERAL
@ CBC_VUB_PASS
@ CBC_CUTOFF_WARNING1
@ CBC_SOLUTION
@ CBC_NOTFEAS1
@ CBC_NOTFEAS3
@ CBC_STATUS
@ CBC_INFEAS
@ CBC_NOINT
@ CBC_MAXSOLS
@ CBC_END_GOOD
@ CBC_STRONGSOL
@ CBC_ITERATE_STRONG
@ CBC_FPUMP1
@ CBC_SOLINDIVIDUAL
@ CBC_GENERATOR
@ CBC_ROOT
@ CBC_DUMMY_END
@ CBC_END_SUB
@ CBC_OTHER_STATS2
@ CBC_FATHOM_CHANGE
@ CBC_CUTS_STATS
@ CBC_THREAD_STATS
@ CBC_TREE_SOL
@ CBC_ROOT_DETAIL
@ CBC_GAP
@ CBC_FPUMP2
@ CBC_WARNING_STRONG
@ CBC_MAXTIME
@ CBC_STRONG_STATS
@ CBC_ROUNDING
@ CBC_RELAXED1
@ CBC_VUB_END
@ CBC_EVENT
@ CBC_OTHER_STATS
@ CBC_PRIORITY
@ CBC_NOTFEAS2
@ CBC_END_SOLUTION
@ CBC_END
@ CBC_RESTART
@ CBC_UNBOUNDED
@ CBC_STATUS2
@ CBC_INTEGERINCREMENT
@ CBC_STATUS3
@ CBC_STRONG
@ CBC_MAXNODES
@ CBC_HEURISTICS_OFF
@ CBC_SOLUTION2
@ CBC_BRANCH
@ CBC_MAXITERS
@ CBC_START_SUB
@ CBC_RELAXED2
CbcMessage(Language language=us_en)
Constructor.