ClpPrimalColumnDantzig.hpp
Go to the documentation of this file.
1 /* $Id: ClpPrimalColumnDantzig.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 ClpPrimalColumnDantzig_H
5 #define ClpPrimalColumnDantzig_H
6 
8 
9 //#############################################################################
10 
18 
19 public:
20 
22 
23 
31  virtual int pivotColumn(CoinIndexedVector * updates,
32  CoinIndexedVector * spareRow1,
33  CoinIndexedVector * spareRow2,
34  CoinIndexedVector * spareColumn1,
35  CoinIndexedVector * spareColumn2);
36 
38  virtual void saveWeights(ClpSimplex * model, int) {
39  model_ = model;
40  }
42 
43 
45 
46 
48 
51 
54 
56  virtual ~ClpPrimalColumnDantzig ();
57 
59  virtual ClpPrimalColumnPivot * clone(bool copyData = true) const;
60 
62 
63  //---------------------------------------------------------------------------
64 
65 private:
67 
68 };
69 
70 #endif