====== Description ======
The max node returns the maximum value of the values of its child-nodes.
====== Constraints ======
* Minimum number of child-nodes: 1
* Maximum number of child-nodes: no limit
====== Calculus ======
value = max(value1, value2 ... valuen)