coin-Cgl
Main Page
Namespaces
Classes
Files
File List
File Members
opt
build
coinor-cgl
coinor-cgl-0.55.0
Cgl
src
CglLandP
CglLandPMessages.hpp
Go to the documentation of this file.
1
// Copyright (C) 2005-2008, Pierre Bonami and others. All Rights Reserved.
2
// Author: Pierre Bonami
3
// LIF
4
// CNRS, Aix-Marseille Universites
5
// Date: 02/23/08
6
//---------------------------------------------------------------------------
7
8
#ifndef CglLandPMessages_H
9
#define CglLandPMessages_H
10
11
#include "CoinMessage.hpp"
12
#include "CoinMessageHandler.hpp"
13
14
namespace
LAP
15
{
17
class
DebugData;
19
enum
LAP_messages
{
20
Separating
,
21
FoundImprovingRow
,
22
FoundBestImprovingCol
,
23
WarnFailedBestImprovingCol
,
24
LogHead
,
25
PivotLog
,
26
FinishedOptimal
,
27
HitLimit
,
28
NumberNegRc
,
29
NumberZeroRc
,
30
NumberPosRc
,
31
WeightsStats
,
32
WarnBadSigmaComputation
,
33
WarnBadRowComputation
,
34
WarnGiveUpRow
,
35
PivotFailedSigmaUnchanged
,
36
PivotFailedSigmaIncreased
,
37
FailedSigmaIncreased
,
38
WarnBadRhsComputation
,
39
WarnFailedPivotTol
,
40
WarnFailedPivotIIf
,
41
DUMMY_END
42
};
44
class
LandPMessages
:
public
CoinMessages
45
{
46
public
:
47
49
LandPMessages
();
50
};
51
}
52
#endif
Generated on Tue Mar 1 2016 22:35:38 for coin-Cgl by
1.8.4