summaryrefslogtreecommitdiff
path: root/src/expr
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2017-05-15 11:44:15 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2017-05-15 11:44:15 -0500
commitb3f716fc402e2508a2ae1183fcfebebd2c95d6a3 (patch)
treee4b45bf7590bd005b85608498a54e866ef581d68 /src/expr
parent213433866fd07e94d40909484ef1e906722cd0c7 (diff)
Fix bug 806. Minor fixes to remove term formula pass.
Diffstat (limited to 'src/expr')
-rw-r--r--src/expr/datatype.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/datatype.cpp b/src/expr/datatype.cpp
index 8a6d5d4a3..f80961cf8 100644
--- a/src/expr/datatype.cpp
+++ b/src/expr/datatype.cpp
@@ -601,7 +601,7 @@ bool Datatype::getSygusAllowConst() const {
}
bool Datatype::getSygusAllowAll() const {
- return d_sygus_allow_const;
+ return d_sygus_allow_all;
}
Expr Datatype::getSygusEvaluationFunc() const {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback