Skip to content

Commit 05a3b7a

Browse files
committed
comment + pdf text formatting fix
1 parent 8b661f9 commit 05a3b7a

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

nortmann/DlCore.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ struct DlCore {
154154
static std::string toPolishNotation_noRename(const std::shared_ptr<DlFormula>& f, bool prioritizeBochenski = false);
155155

156156
// (Performance-oriented) inverse of toPolishNotation_noRename(). Assigns DRuleParser's globally definite symbols to operators, and its own globally definite symbols to variables.
157+
// Does not fill the output's meaning.
157158
static bool fromPolishNotation_noRename(std::shared_ptr<DlFormula>& output, const std::string& input, bool prioritizeBochenski = false, bool debug = true);
158159

159160
// Calculate the formula's symbolic length (i.e. the amount of nodes of its syntax tree), where 'formula' is given in Łukasiewicz-format provided by toPolishNotation_noRename(),

pdf/rwth1392_abstract.pdf

2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)