summaryrefslogtreecommitdiff
path: root/src/expr/expr.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-01-29 00:05:16 +0000
committerMorgan Deters <mdeters@gmail.com>2010-01-29 00:05:16 +0000
commit2a9e6970b971eb0a9ac4c216fe5f5f1542e195e0 (patch)
tree23631643798b923b7e9883286296269c8f5e772d /src/expr/expr.h
parent1e59e3f37ecb7b84371691358f3eb3804a845c04 (diff)
fixed CNF conversion, and more modular; CNF conversion command line option; various cleanups; renamed numChildren() to getNumChildren() and added it to NodeBuilder interface; fancier, non-exponential CNF conversion with variable introduction is still buggy (?)
Diffstat (limited to 'src/expr/expr.h')
-rw-r--r--src/expr/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/expr.h b/src/expr/expr.h
index eb4d1ce03..6f7330ed0 100644
--- a/src/expr/expr.h
+++ b/src/expr/expr.h
@@ -104,7 +104,7 @@ public:
* Returns the number of children of this expression.
* @return the number of children
*/
- size_t numChildren() const;
+ size_t getNumChildren() const;
/**
* Returns the string representation of the expression.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback