summaryrefslogtreecommitdiff
path: root/thirdparty/linux/include/coin/CoinPresolveDupcol.hpp
diff options
context:
space:
mode:
authorGeorgey2017-07-05 11:40:43 +0530
committerGeorgey2017-07-05 11:40:43 +0530
commit938fef4a37a7b7c61b4b6ff74cb4cfd2f100c427 (patch)
treeb343c0ee5609433c80e0de1db8b6886c9126dc2d /thirdparty/linux/include/coin/CoinPresolveDupcol.hpp
parent5b72577efe080c5294b32d804e4d26351fef30bc (diff)
downloadFOSSEE-Optimization-toolbox-938fef4a37a7b7c61b4b6ff74cb4cfd2f100c427.tar.gz
FOSSEE-Optimization-toolbox-938fef4a37a7b7c61b4b6ff74cb4cfd2f100c427.tar.bz2
FOSSEE-Optimization-toolbox-938fef4a37a7b7c61b4b6ff74cb4cfd2f100c427.zip
Added linux shared libraries and header files for int and ecos functions
Diffstat (limited to 'thirdparty/linux/include/coin/CoinPresolveDupcol.hpp')
-rw-r--r--thirdparty/linux/include/coin/CoinPresolveDupcol.hpp16
1 files changed, 10 insertions, 6 deletions
diff --git a/thirdparty/linux/include/coin/CoinPresolveDupcol.hpp b/thirdparty/linux/include/coin/CoinPresolveDupcol.hpp
index 16d3c91..8610adb 100644
--- a/thirdparty/linux/include/coin/CoinPresolveDupcol.hpp
+++ b/thirdparty/linux/include/coin/CoinPresolveDupcol.hpp
@@ -1,4 +1,4 @@
-/* $Id: CoinPresolveDupcol.hpp 1817 2015-03-22 16:43:28Z forrest $ */
+/* $Id: CoinPresolveDupcol.hpp 1854 2015-12-18 14:18:54Z forrest $ */
// Copyright (C) 2002, International Business Machines
// Corporation and others. All Rights Reserved.
// This code is licensed under the terms of the Eclipse Public License (EPL).
@@ -152,15 +152,19 @@ class duprow3_action : public CoinPresolveAction {
class gubrow_action : public CoinPresolveAction {
struct action {
- int row;
- double lbound;
- double ubound;
+ double rhs;
+ // last is row itself
+ int * deletedRow;
+ double * rowels;
+ int * indices; // indices in gub row
+ int nDrop;
+ int ninrow;
};
const int nactions_;
const action *const actions_;
- gubrow_action():CoinPresolveAction(NULL),nactions_(0),actions_(NULL) {}
+ //gubrow_action():CoinPresolveAction(NULL),nactions_(0),actions_(NULL) {}
gubrow_action(int nactions,
const action *actions,
const CoinPresolveAction *next) :
@@ -175,7 +179,7 @@ class gubrow_action : public CoinPresolveAction {
void postsolve(CoinPostsolveMatrix *prob) const;
- //~gubrow_action() { delete[]actions_; }
+ virtual ~gubrow_action();
};
/*! \class twoxtwo_action