summaryrefslogtreecommitdiff
path: root/src/theory
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-09-29 17:54:13 -0500
committerGitHub <noreply@github.com>2019-09-29 17:54:13 -0500
commitb7a6fe4a10f2e9fec6ce5ffd1dd722534e25955a (patch)
tree765dd296ae68ffe94f865c2b6080a531d50ff516 /src/theory
parentd06cf394473cbe09c2e1acc333526c41a6dd9687 (diff)
Fail single invocation techniques when utility inference fails. (#3322)
Diffstat (limited to 'src/theory')
-rw-r--r--src/theory/quantifiers/single_inv_partition.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers/single_inv_partition.cpp b/src/theory/quantifiers/single_inv_partition.cpp
index 2bb05ad1b..c713ec1dd 100644
--- a/src/theory/quantifiers/single_inv_partition.cpp
+++ b/src/theory/quantifiers/single_inv_partition.cpp
@@ -371,6 +371,7 @@ bool SingleInvocationPartition::init(std::vector<Node>& funcs,
else
{
Trace("si-prt") << "...failed." << std::endl;
+ return false;
}
return true;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback