18template<
class SymbolType >
25template<
class SymbolType >
32 bool isPattern =
false;
33 bool isExtendedPattern =
false;
35 ext::tree < SymbolType > content = tree::TreeFromStringParserCommon::parseUnrankedContent < SymbolType > ( input, isPattern, isExtendedPattern, nonlinearVariables );
37 if ( isExtendedPattern )
43template<
class SymbolType >
51template<
class SymbolType >
Basic exception from which all other exceptions are derived.
Definition: CommonException.h:21
static void putback(ext::istream &input, const Token &token)
Definition: lexer.hpp:61
Class introducing a tree with interface trying to be close to the interface of standard library conta...
Definition: tree.hpp:52
static Token next(ext::istream &input)
Definition: TreeFromStringLexer.cpp:10
@ UNRANKED_NONLINEAR_PATTERN
Nonlinear tree pattern represented in its natural representation. The representation is so called unr...
Definition: UnrankedNonlinearPattern.h:75
return res
Definition: MinimizeByPartitioning.h:145
Definition: normalize.hpp:10
Definition: BackwardOccurrenceTest.h:17
Definition: stringApi.hpp:26