fun execute(case: List<Double>): Double
Executes the trees program on a set of inputs.
case - A collection of inputs to make available to the program.
case
Returns The output of the program for the given inputs.