projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5172601
)
Fix GLPK builds: correct access specifier on cut classes.
author
Morgan Deters
<mdeters@cs.nyu.edu>
Wed, 18 Jun 2014 04:10:38 +0000
(
00:10
-0400)
committer
lianah
<lianahady@gmail.com>
Thu, 19 Jun 2014 22:24:40 +0000
(18:24 -0400)
src/theory/arith/cut_log.h
patch
|
blob
|
history
diff --git
a/src/theory/arith/cut_log.h
b/src/theory/arith/cut_log.h
index bbd1b3694d13a570dbfa64a0bc4f91b1c952df62..237a4ce2b95d645f3c8ebe28fa2731ee2f13f8c2 100644
(file)
--- 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[]);
};