Skip to content

Commit 092afe5

Browse files
committed
commit link
1 parent 63c7f17 commit 092afe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nortmann/DlProofEnumerator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ tbb::concurrent_unordered_map<string, string> DlProofEnumerator::connectDProofCo
358358
return representativeProofs;
359359
}
360360

361-
void DlProofEnumerator::generateDProofRepresentativeFiles(uint32_t limit, uint32_t distributedNodesAmount, bool redundantSchemaRemoval, bool withConclusions) { // NOTE: More debug code & performance results available before https://github.com/deontic-logic/proof-tool/commit/45627054d14b6a1e08eb56eaafcf7cf202f2ab96 ; representation of formulas as tree structures before https://github.com/xamidi/pmGenerator/commit/d39fc5165932fa48499f52f9da30543288863aa0
361+
void DlProofEnumerator::generateDProofRepresentativeFiles(uint32_t limit, uint32_t distributedNodesAmount, bool redundantSchemaRemoval, bool withConclusions) { // NOTE: More debug code & performance results available before https://github.com/deontic-logic/proof-tool/commit/45627054d14b6a1e08eb56eaafcf7cf202f2ab96 ; representation of formulas as tree structures before https://github.com/xamidi/pmGenerator/commit/63c7f17b82d56ec639f2b843b688d3e9a0a2a077
362362
if (distributedNodesAmount > 1 && redundantSchemaRemoval) { // TODO: Utilize 'distributedNodesAmount'.
363363
cerr << "Disabled redundant schema filtering due to multi-node computation." << endl;
364364
redundantSchemaRemoval = false;

0 commit comments

Comments
 (0)