You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-u: unfiltered (significantly faster, but generates redundant proofs)
265
265
-c: proof files without conclusions, requires additional parsing
@@ -286,14 +286,15 @@ <h4 id="usage">Usage</h4>
286
286
-d: print debug information
287
287
-m: MPI-based multi-node filtering (-m <n>) of a first unfiltered proof file (with conclusions) at ./data/dProofs-withConclusions/dProofs<n>-unfiltered<n>+.txt. Creates dProofs<n>.txt.
288
288
Cannot be combined with further commands.
289
+
-s: disable smooth progress mode (lowers memory requirements, but makes worse progress predictions)
-u: unfiltered (significantly faster, but generates redundant proofs)
24
24
-c: proof files without conclusions, requires additional parsing
@@ -45,6 +45,7 @@ This tool has been [posted](https://groups.google.com/g/metamath/c/6DzIY33mthE/m
45
45
-d: print debug information
46
46
-m: MPI-based multi-node filtering (-m <n>) of a first unfiltered proof file (with conclusions) at ./data/dProofs-withConclusions/dProofs<n>-unfiltered<n>+.txt. Creates dProofs<n>.txt.
47
47
Cannot be combined with further commands.
48
+
-s: disable smooth progress mode (lowers memory requirements, but makes worse progress predictions)
48
49
49
50
#### Examples
50
51
pmGenerator -g -1
@@ -53,7 +54,7 @@ This tool has been [posted](https://groups.google.com/g/metamath/c/6DzIY33mthE/m
" -m: MPI-based multi-node filtering (-m <n>) of a first unfiltered proof file (with conclusions) at ./data/dProofs-withConclusions/dProofs<n>-unfiltered<n>+.txt. Creates dProofs<n>.txt.\n"
59
59
" Cannot be combined with further commands.\n"
60
+
" -s: disable smooth progress mode (lowers memory requirements, but makes worse progress predictions)\n"
cout << FctHelper::durationStringMs(chrono::duration_cast<chrono::microseconds>(chrono::steady_clock::now() - startTime)) + " taken to detect " + to_string(redundant.size()) + " conclusions for which there are more general variants proven in lower or equal amounts of steps." << endl;
0 commit comments