15class MinT :
public Primitive
30 complementName_ =
"max";
46 min = std::min(first, second);
Min function primitive (Tree genotype).
void execute(void *result, Tree &tree)
Execute the primitive.
void getNextArgument(void *result, Tree &tree)
Execute next child node's primitive (execute next subtree).
Tree class - implements genotype as a tree.