Tagged Questions
4
votes
2answers
472 views
Tool to refactor boolean expressions
I'm looking for a tool to refactor boolean expression. I've got expressions like
a1 => (b1 <=> c or d) AND
a2 => (b2 <=> c or d) AND
a2 => (b2 <=> c or d)
The tool ...