Cbc
2.10.10
|
#include "CoinMessageHandler.hpp"
Go to the source code of this file.
Classes | |
class | CbcMessage |
Enumerations | |
enum | CBC_Message { CBC_END_GOOD, CBC_MAXNODES, CBC_MAXTIME, CBC_MAXSOLS, CBC_EVENT, CBC_MAXITERS, CBC_SOLUTION, CBC_END_SOLUTION, CBC_SOLUTION2, CBC_END, CBC_INFEAS, CBC_STRONG, CBC_SOLINDIVIDUAL, CBC_INTEGERINCREMENT, CBC_STATUS, CBC_GAP, CBC_ROUNDING, CBC_TREE_SOL, CBC_ROOT, CBC_GENERATOR, CBC_BRANCH, CBC_STRONGSOL, CBC_NOINT, CBC_VUB_PASS, CBC_VUB_END, CBC_NOTFEAS1, CBC_NOTFEAS2, CBC_NOTFEAS3, CBC_CUTOFF_WARNING1, CBC_ITERATE_STRONG, CBC_PRIORITY, CBC_WARNING_STRONG, CBC_START_SUB, CBC_END_SUB, CBC_THREAD_STATS, CBC_CUTS_STATS, CBC_STRONG_STATS, CBC_UNBOUNDED, CBC_OTHER_STATS, CBC_HEURISTICS_OFF, CBC_STATUS2, CBC_FPUMP1, CBC_FPUMP2, CBC_STATUS3, CBC_OTHER_STATS2, CBC_RELAXED1, CBC_RELAXED2, CBC_RESTART, CBC_GENERAL, CBC_ROOT_DETAIL, CBC_FATHOM_CHANGE, CBC_DUMMY_END } |
This deals with Cbc messages (as against Clp messages etc). More... | |
enum CBC_Message |
This deals with Cbc messages (as against Clp messages etc).
CoinMessageHandler.hpp is the general part of message handling. All it has are enum's for the various messages. CbcMessage.cpp has text in various languages.
It is trivial to use the .hpp and .cpp file as a basis for messages for other components.
Definition at line 24 of file CbcMessage.hpp.