summaryrefslogtreecommitdiff
path: root/src/theory/fp
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/theory/fp
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/theory/fp')
-rw-r--r--src/theory/fp/theory_fp_type_rules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/fp/theory_fp_type_rules.h b/src/theory/fp/theory_fp_type_rules.h
index 296a2f475..8dddf5065 100644
--- a/src/theory/fp/theory_fp_type_rules.h
+++ b/src/theory/fp/theory_fp_type_rules.h
@@ -180,7 +180,7 @@ class FloatingPointRoundingOperationTypeRule {
for (size_t i = 2; i < children; ++i) {
if (!(n[i].getType(check) == firstOperand)) {
throw TypeCheckingExceptionPrivate(
- n, "floating-point test applied to mixed sorts");
+ n, "floating-point operation applied to mixed sorts");
}
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback