Dip
0.92.4
|
#include "CoinMessageHandler.hpp"
Go to the source code of this file.
Classes | |
class | AbcMessage |
Enumerations | |
enum | ABC_Message { ABC_END_GOOD, ABC_MAXNODES, ABC_MAXTIME, ABC_MAXSOLS, ABC_SOLUTION, ABC_END, ABC_INFEAS, ABC_STRONG, ABC_SOLINDIVIDUAL, ABC_INTEGERINCREMENT, ABC_STATUS, ABC_GAP, ABC_ROUNDING, ABC_ROOT, ABC_GENERATOR, ABC_BRANCH, ABC_STRONGSOL, ABC_NOINT, ABC_VUB_PASS, ABC_VUB_END, ABC_NOTFEAS1, ABC_NOTFEAS2, ABC_NOTFEAS3, ABC_CUTOFF_WARNING1, ABC_CUTS, ABC_BRANCHSOL, ABC_DUMMY_END, ABC_END_GOOD, ABC_MAXNODES, ABC_MAXTIME, ABC_MAXSOLS, ABC_SOLUTION, ABC_END, ABC_INFEAS, ABC_STRONG, ABC_SOLINDIVIDUAL, ABC_INTEGERINCREMENT, ABC_STATUS, ABC_GAP, ABC_ROUNDING, ABC_ROOT, ABC_GENERATOR, ABC_BRANCH, ABC_STRONGSOL, ABC_NOINT, ABC_VUB_PASS, ABC_VUB_END, ABC_NOTFEAS1, ABC_NOTFEAS2, ABC_NOTFEAS3, ABC_CUTOFF_WARNING1, ABC_CUTS, ABC_BRANCHSOL, ABC_DUMMY_END } |
This deals with Abc messages (as against Clp messages etc). More... | |
enum ABC_Message |
This deals with Abc 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. AbcMessage.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 46 of file AbcMessage.h.