Simplification Rules
This topic demonstrates the simplification rules for logical operators.
Basic Rules for Logical Operators
• XOR (exclusive or)
• AND
• NOT
• OR
• Mixed logical operators
Basic Rules for Logical Operators when the Operands are the Same
Simplification of Logical Operators with the keyword simplify
Analyzing large logical expressions can be time-consuming. To give you the choice between a simplified result and faster performance, certain simplification rules are applied only when you use the keyword simplify.