#include "CoinMessageHandler.hpp"
Go to the source code of this file.
Classes | |
class | BlisMessage |
Enumerations | |
enum | BLIS_Message { BLIS_END_GOOD, BLIS_MAXNODES, BLIS_MAXTIME, BLIS_MAXSOLS, BLIS_SOLUTION, BLIS_END, BLIS_INFEAS, BLIS_STRONG, BLIS_SOLINDIVIDUAL, BLIS_INTEGERINCREMENT, BLIS_STATUS, BLIS_GAP, BLIS_ROUNDING, BLIS_ROOT, BLIS_GENERATOR, BLIS_BRANCH, BLIS_STRONGSOL, BLIS_NOINT, BLIS_VUB_PASS, BLIS_VUB_END, BLIS_NOTFEAS1, BLIS_NOTFEAS2, BLIS_NOTFEAS3, BLIS_CUTOFF_WARNING1, BLIS_CUTS, BLIS_BRANCHSOL, BLIS_DUMMY_END, BLIS_CUTOFF_INC, BLIS_CUT_STAT_FINAL, BLIS_CUT_STAT_NODE, BLIS_GAP_NO, BLIS_GAP_YES, BLIS_HEUR_BEFORE_ROOT, BLIS_HEUR_STAT_FINAL, BLIS_HEUR_STAT_NODE, BLIS_ROOT_PROCESS, BLIS_ROOT_TIME, BLIS_W_LP, BLIS_DUMMY_END } |
This deals with Blis messages (as against Clp messages etc). More... | |
enum BLIS_Message |
This deals with Blis 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. BlisMessage.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 47 of file BlisMessage.h.