Constants (true/false) in FormulaNode #174
Labels
For:library
The issue is related to library (c++ implementation)
Priority:low
Work on this only when there is nothing else to do.
Type:suggestion
A suggestion for feature/change that is not necessary at this moment
Currently the constants true/false are not represented in FormulaNode in any way and to check if it is there, we need to check for the name of the node. In #169 I added function is_constant(), is_true() and is_false(), but they also only check for the name of the node. Maybe we should add an option to enum of the node representing a constant operand true/false.
The text was updated successfully, but these errors were encountered: