Clp  1.17.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Enumerations
CoinMessage.hpp File Reference

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"
+ Include dependency graph for CoinMessage.hpp:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.

Enumeration Type Documentation

Symbolic names for the standard set of COIN messages.

Enumerator
COIN_MPS_LINE 
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 

Definition at line 28 of file CoinMessage.hpp.