pub fn apply_algebra_to_tree_node( node: &TreeNode, x: &Dec, tablets: &Vec<BinaryAlgebraicExpressionTree>, ) -> Dec