Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008 #ifndef CglLandPMessages_H
00009 #define CglLandPMessages_H
00010
00011 #include "CoinMessage.hpp"
00012 #include "CoinMessageHandler.hpp"
00013
00014 namespace LAP
00015 {
00017 class DebugData;
00019 enum LAP_messages {
00020 Separating,
00021 FoundImprovingRow,
00022 FoundBestImprovingCol,
00023 WarnFailedBestImprovingCol,
00024 LogHead,
00025 PivotLog,
00026 FinishedOptimal,
00027 HitLimit,
00028 NumberNegRc,
00029 NumberZeroRc,
00030 NumberPosRc,
00031 WeightsStats,
00032 WarnBadSigmaComputation,
00033 WarnBadRowComputation,
00034 WarnGiveUpRow,
00035 PivotFailedSigmaUnchanged,
00036 PivotFailedSigmaIncreased,
00037 FailedSigmaIncreased,
00038 WarnBadRhsComputation,
00039 WarnFailedPivotTol,
00040 WarnFailedPivotIIf,
00041 DUMMY_END
00042 };
00044 class LandPMessages : public CoinMessages
00045 {
00046 public:
00047
00049 LandPMessages();
00050 };
00051 }
00052 #endif