Cgl
0.60.7
Cgl
src
CglLandP
CglLandPMessages.hpp
Go to the documentation of this file.
1
// Copyright (C) 2005-2009, 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
// $Id$
8
//
9
// This code is licensed under the terms of the Eclipse Public License (EPL).
10
//---------------------------------------------------------------------------
11
#ifndef CglLandPMessages_H
12
#define CglLandPMessages_H
13
14
#include "CoinMessage.hpp"
15
#include "CoinMessageHandler.hpp"
16
17
namespace
LAP
18
{
20
class
DebugData;
22
enum
LAP_messages
23
{
24
Separating
,
25
FoundImprovingRow
,
26
FoundBestImprovingCol
,
27
WarnFailedBestImprovingCol
,
28
LogHead
,
29
PivotLog
,
30
FinishedOptimal
,
31
HitLimit
,
32
NumberNegRc
,
33
NumberZeroRc
,
34
NumberPosRc
,
35
WeightsStats
,
36
WarnBadSigmaComputation
,
37
WarnBadRowComputation
,
38
WarnGiveUpRow
,
39
PivotFailedSigmaUnchanged
,
40
PivotFailedSigmaIncreased
,
41
FailedSigmaIncreased
,
42
WarnBadRhsComputation
,
43
WarnFailedPivotTol
,
44
WarnFailedPivotIIf
,
45
RoundStats
,
46
CutStat
,
47
DUMMY_END
48
};
50
class
LandPMessages
:
public
CoinMessages
51
{
52
public
:
53
55
LandPMessages
();
56
};
57
}
58
#endif
LAP::LogHead
@ LogHead
Definition:
CglLandPMessages.hpp:28
LAP::PivotFailedSigmaIncreased
@ PivotFailedSigmaIncreased
Definition:
CglLandPMessages.hpp:40
LAP::FailedSigmaIncreased
@ FailedSigmaIncreased
Definition:
CglLandPMessages.hpp:41
LAP::NumberNegRc
@ NumberNegRc
Definition:
CglLandPMessages.hpp:32
LAP::DUMMY_END
@ DUMMY_END
Definition:
CglLandPMessages.hpp:47
LAP::PivotLog
@ PivotLog
Definition:
CglLandPMessages.hpp:29
LAP::WarnFailedPivotTol
@ WarnFailedPivotTol
Definition:
CglLandPMessages.hpp:43
LAP::WarnBadRhsComputation
@ WarnBadRhsComputation
Definition:
CglLandPMessages.hpp:42
LAP::WarnFailedBestImprovingCol
@ WarnFailedBestImprovingCol
Definition:
CglLandPMessages.hpp:27
LAP::WarnGiveUpRow
@ WarnGiveUpRow
Definition:
CglLandPMessages.hpp:38
LAP::RoundStats
@ RoundStats
Definition:
CglLandPMessages.hpp:45
LAP::HitLimit
@ HitLimit
Definition:
CglLandPMessages.hpp:31
LAP::NumberZeroRc
@ NumberZeroRc
Definition:
CglLandPMessages.hpp:33
LAP::FinishedOptimal
@ FinishedOptimal
Definition:
CglLandPMessages.hpp:30
LAP::WarnFailedPivotIIf
@ WarnFailedPivotIIf
Definition:
CglLandPMessages.hpp:44
LAP::WarnBadRowComputation
@ WarnBadRowComputation
Definition:
CglLandPMessages.hpp:37
LAP::WarnBadSigmaComputation
@ WarnBadSigmaComputation
Definition:
CglLandPMessages.hpp:36
LAP::PivotFailedSigmaUnchanged
@ PivotFailedSigmaUnchanged
Definition:
CglLandPMessages.hpp:39
LAP::FoundBestImprovingCol
@ FoundBestImprovingCol
Definition:
CglLandPMessages.hpp:26
LAP::CutStat
@ CutStat
Definition:
CglLandPMessages.hpp:46
LAP::LandPMessages
Message handler for lift-and-project simplex.
Definition:
CglLandPMessages.hpp:50
LAP::Separating
@ Separating
Definition:
CglLandPMessages.hpp:24
LAP::FoundImprovingRow
@ FoundImprovingRow
Definition:
CglLandPMessages.hpp:25
LAP::LAP_messages
LAP_messages
Types of messages for lift-and-project simplex.
Definition:
CglLandPMessages.hpp:22
LAP::LandPMessages::LandPMessages
LandPMessages()
Constructor.
LAP::WeightsStats
@ WeightsStats
Definition:
CglLandPMessages.hpp:35
LAP::NumberPosRc
@ NumberPosRc
Definition:
CglLandPMessages.hpp:34
LAP
Performs one round of Lift & Project using CglLandPSimplex to build cuts.
Definition:
CglLandP.hpp:24
Generated by
1.8.17