Table of Contents

Description

The OR node is a Boolean OR based on the classic fuzzy max function.

Constraints

Calculus

The OR node's value is calculated by choosing the value of its most true child-node.

value = max(value1, value2, … valuen)