Main Page
Classes
Files
File List
File Members
opt
build
clp
clp-1.12.0
Clp
src
ClpDualRowDantzig.hpp
Go to the documentation of this file.
1
/* $Id: ClpDualRowDantzig.hpp 1525 2010-02-26 17:27:59Z mjs $ */
2
// Copyright (C) 2002, International Business Machines
3
// Corporation and others. All Rights Reserved.
4
#ifndef ClpDualRowDantzig_H
5
#define ClpDualRowDantzig_H
6
7
#include "
ClpDualRowPivot.hpp
"
8
9
//#############################################################################
10
17
class
ClpDualRowDantzig
:
public
ClpDualRowPivot
{
18
19
public
:
20
22
23
25
virtual
int
pivotRow
();
26
29
virtual
double
updateWeights
(CoinIndexedVector * input,
30
CoinIndexedVector * spare,
31
CoinIndexedVector * spare2,
32
CoinIndexedVector * updatedColumn);
37
virtual
void
updatePrimalSolution
(CoinIndexedVector * input,
38
double
theta,
39
double
& changeInObjective);
41
42
44
45
ClpDualRowDantzig
();
47
49
ClpDualRowDantzig
(
const
ClpDualRowDantzig
&);
50
52
ClpDualRowDantzig
&
operator=
(
const
ClpDualRowDantzig
& rhs);
53
55
virtual
~ClpDualRowDantzig
();
56
58
virtual
ClpDualRowPivot
*
clone
(
bool
copyData =
true
)
const
;
59
61
62
//---------------------------------------------------------------------------
63
64
private
:
66
67
};
68
69
#endif
Generated on Tue Mar 1 2016 22:38:51 by
1.8.4