summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/fmf/bounded_integers.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-03-25 11:47:38 -0500
committerAndres Noetzli <andres.noetzli@gmail.com>2018-03-25 09:47:38 -0700
commitc03e15c1b4ef6ec62209f2a4906cce5843e80c46 (patch)
tree3446029246936a23004e734e5e2590bde37b87c6 /src/theory/quantifiers/fmf/bounded_integers.cpp
parent9e9e6b8777047160ef7a1f2708a295aa503eb856 (diff)
Cleanup various exit calls (#1692)
Diffstat (limited to 'src/theory/quantifiers/fmf/bounded_integers.cpp')
-rw-r--r--src/theory/quantifiers/fmf/bounded_integers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/fmf/bounded_integers.cpp b/src/theory/quantifiers/fmf/bounded_integers.cpp
index b1e9c2a34..d96fb4e05 100644
--- a/src/theory/quantifiers/fmf/bounded_integers.cpp
+++ b/src/theory/quantifiers/fmf/bounded_integers.cpp
@@ -91,7 +91,7 @@ void BoundedIntegers::IntRangeModel::assertNode(Node n) {
}
}else{
Message() << "Could not find literal " << nlit << " for range " << d_range << std::endl;
- exit(0);
+ AlwaysAssert(false);
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback