summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-06-18 00:10:38 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-06-18 00:10:38 -0400
commite77ded9307cd64aaaa8fe79a28f9c715ece3794e (patch)
treecaaeea5cfdf8ef901a3c6dfd9b827f7d21e92390 /src
parent2474d40ae73942440a6ed649deb96d7f4d53cbcd (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