Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
opt
build
coinutils
coinutils-2.6.4
CoinUtils
src
CoinPresolveDual.hpp
Go to the documentation of this file.
1
/* $Id: CoinPresolveDual.hpp 1215 2009-11-05 11:03:04Z forrest $ */
2
3
// Copyright (C) 2002, International Business Machines
4
// Corporation and others. All Rights Reserved.
5
6
#ifndef CoinPresolveDual_H
7
#define CoinPresolveDual_H
8
37
class
remove_dual_action
:
public
CoinPresolveAction
{
38
public
:
39
remove_dual_action
(
int
nactions,
40
//const action *actions,
41
const
CoinPresolveAction
*
next
);
47
static
const
CoinPresolveAction
*
presolve
(
CoinPresolveMatrix
*prob,
48
const
CoinPresolveAction
*next);
49
};
50
#endif
51
52
Generated on Tue Mar 1 2016 22:31:56 by
1.8.4