Noted to-do.

This commit is contained in:
Patrick Lühne 2016-09-05 00:39:12 +02:00
parent 263b611a7b
commit 0c5936ad38

View File

@ -181,6 +181,7 @@ inline ExpressionPointer NAry<Derived>::simplified()
} }
// TODO: recognize tautologies // TODO: recognize tautologies
// TODO: introduce handle boolean values
return this; return this;
} }