summaryrefslogtreecommitdiff
path: root/src/expr/node.h
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/expr/node.h
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/expr/node.h')
-rw-r--r--src/expr/node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expr/node.h b/src/expr/node.h
index 7a8bafe38..9b2ea1935 100644
--- a/src/expr/node.h
+++ b/src/expr/node.h
@@ -460,6 +460,7 @@ public:
/**
* Returns true if this node represents a variable
+ * @return true if variable
*/
inline bool isVar() const {
assertTNodeNotExpired();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback