Function parser::pddl::getReducedString

Function Documentation

std::string parser::pddl::getReducedString(const std::string &expr)

Removes newlines, duplicated spaces, tabs and spaces from parenthesis.

Parameters

expr[in] The expression to be reduced

Returns

The reduced expression