summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-06-18 00:10:38 -0400
committerlianah <lianahady@gmail.com>2014-06-19 18:24:40 -0400
commit7bff213cbad334474b4db582d9965f7ef5ba9946 (patch)
treecaaeea5cfdf8ef901a3c6dfd9b827f7d21e92390 /src
parent51726016b8733d2cd50a1834e841253e69a0b27a (diff)
Fix GLPK builds: correct access specifier on cut classes.
Diffstat (limited to 'src')
-rw-r--r--src/theory/arith/cut_log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/arith/cut_log.h b/src/theory/arith/cut_log.h
index bbd1b3694..237a4ce2b 100644
--- a/src/theory/arith/cut_log.h
+++ b/src/theory/arith/cut_log.h
@@ -126,10 +126,12 @@ public:
std::ostream& operator<<(std::ostream& os, const CutInfo& ci);
class BranchCutInfo : public CutInfo {
+public:
BranchCutInfo(int execOrd, int br, Kind dir, double val);
};
class RowsDeleted : public CutInfo {
+public:
RowsDeleted(int execOrd, int nrows, const int num[]);
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback