Cgl
0.59.10
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: CglLandPMessages.hpp 1122 2013-04-06 20:39:53Z stefan $
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::WarnFailedPivotTol
Definition:
CglLandPMessages.hpp:43
LAP::LAP_messages
LAP_messages
Types of messages for lift-and-project simplex.
Definition:
CglLandPMessages.hpp:22
LAP::LogHead
Definition:
CglLandPMessages.hpp:28
LAP::DUMMY_END
Definition:
CglLandPMessages.hpp:47
LAP::PivotFailedSigmaIncreased
Definition:
CglLandPMessages.hpp:40
LAP::LandPMessages
Message handler for lift-and-project simplex.
Definition:
CglLandPMessages.hpp:50
LAP::PivotLog
Definition:
CglLandPMessages.hpp:29
LAP::WarnBadRhsComputation
Definition:
CglLandPMessages.hpp:42
LAP::WarnFailedBestImprovingCol
Definition:
CglLandPMessages.hpp:27
LAP::HitLimit
Definition:
CglLandPMessages.hpp:31
LAP::WarnGiveUpRow
Definition:
CglLandPMessages.hpp:38
LAP::NumberZeroRc
Definition:
CglLandPMessages.hpp:33
LAP::RoundStats
Definition:
CglLandPMessages.hpp:45
LAP
Performs one round of Lift & Project using CglLandPSimplex to build cuts.
Definition:
CglLandP.hpp:24
LAP::FinishedOptimal
Definition:
CglLandPMessages.hpp:30
LAP::Separating
Definition:
CglLandPMessages.hpp:24
LAP::FoundBestImprovingCol
Definition:
CglLandPMessages.hpp:26
LAP::CutStat
Definition:
CglLandPMessages.hpp:46
LAP::WarnFailedPivotIIf
Definition:
CglLandPMessages.hpp:44
LAP::WarnBadRowComputation
Definition:
CglLandPMessages.hpp:37
LAP::LandPMessages::LandPMessages
LandPMessages()
Constructor.
LAP::WarnBadSigmaComputation
Definition:
CglLandPMessages.hpp:36
LAP::PivotFailedSigmaUnchanged
Definition:
CglLandPMessages.hpp:39
LAP::WeightsStats
Definition:
CglLandPMessages.hpp:35
LAP::NumberPosRc
Definition:
CglLandPMessages.hpp:34
LAP::FailedSigmaIncreased
Definition:
CglLandPMessages.hpp:41
LAP::NumberNegRc
Definition:
CglLandPMessages.hpp:32
LAP::FoundImprovingRow
Definition:
CglLandPMessages.hpp:25
Generated by
1.8.13