CoinUtils 2.11.4
|
This file contains the enum for the standard set of Coin messages and a class definition whose sole purpose is to supply a constructor. More...
#include "CoinMessageHandler.hpp"
Go to the source code of this file.
Classes | |
class | CoinMessage |
The standard set of Coin messages. More... | |
Enumerations | |
enum | COIN_Message { COIN_MPS_LINE = 0 , COIN_MPS_STATS , COIN_MPS_ILLEGAL , COIN_MPS_BADIMAGE , COIN_MPS_DUPOBJ , COIN_MPS_DUPROW , COIN_MPS_NOMATCHROW , COIN_MPS_NOMATCHCOL , COIN_MPS_FILE , COIN_MPS_BADFILE1 , COIN_MPS_BADFILE2 , COIN_MPS_EOF , COIN_MPS_RETURNING , COIN_MPS_CHANGED , COIN_SOLVER_MPS , COIN_PRESOLVE_COLINFEAS , COIN_PRESOLVE_ROWINFEAS , COIN_PRESOLVE_COLUMNBOUNDA , COIN_PRESOLVE_COLUMNBOUNDB , COIN_PRESOLVE_NONOPTIMAL , COIN_PRESOLVE_STATS , COIN_PRESOLVE_INFEAS , COIN_PRESOLVE_UNBOUND , COIN_PRESOLVE_INFEASUNBOUND , COIN_PRESOLVE_INTEGERMODS , COIN_PRESOLVE_POSTSOLVE , COIN_PRESOLVE_NEEDS_CLEANING , COIN_PRESOLVE_PASS , COIN_GENERAL_INFO , COIN_GENERAL_INFO2 , COIN_GENERAL_WARNING , COIN_DUMMY_END } |
Symbolic names for the standard set of COIN messages. More... | |
This file contains the enum for the standard set of Coin messages and a class definition whose sole purpose is to supply a constructor.
The text ot the messages is defined in CoinMessage.cpp,
CoinMessageHandler.hpp contains the generic facilities for message handling.
Definition in file CoinMessage.hpp.
enum COIN_Message |
Symbolic names for the standard set of COIN messages.
Definition at line 28 of file CoinMessage.hpp.