summaryrefslogtreecommitdiff
path: root/src/smt
diff options
context:
space:
mode:
authorMartin <martin.brain@diffblue.com>2017-09-14 04:51:50 +0100
committerAina Niemetz <aina.niemetz@gmail.com>2017-09-13 20:51:50 -0700
commit4a014a12d7f72c4f73dfbee8c9f62868e920bc15 (patch)
treed6bcf71456c10122cb0e90bebebba095f0f75900 /src/smt
parentdaf1d6bf1176834fa697dd57c6fe28142e715585 (diff)
Floating point symfpu support (#1093)
Changes needed for the bit-blasting floating-point solver which are outside of it's area and / or applicable independently.
Diffstat (limited to 'src/smt')
-rw-r--r--src/smt/smt_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
index b2f7d6ccc..af4510ff1 100644
--- a/src/smt/smt_engine.cpp
+++ b/src/smt/smt_engine.cpp
@@ -4955,7 +4955,7 @@ void SmtEngine::checkModel(bool hardFailure) {
TheoryModel* m = d_theoryEngine->getModel();
// Check individual theory assertions
- d_theoryEngine->checkTheoryAssertionsWithModel();
+ d_theoryEngine->checkTheoryAssertionsWithModel(hardFailure);
// Output the model
Notice() << *m;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback