Skip to content

Commit bb832ea

Browse files
committed
link to mirror repository at codeberg.org/xamidi/pmGenerator in readme
+ remove helper tools' code + remove unused variable
1 parent 55c31a5 commit bb832ea

File tree

4 files changed

+7
-1839
lines changed

4 files changed

+7
-1839
lines changed

README.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,8 +576,9 @@ <h4 id="usage">Usage</h4>
576576
</code></pre><p>You may have a look at the <a href="log/dProofs31_6node_288cpu.log">log file</a> generated by that computation.</p>
577577
<h4 id="navigation">Navigation</h4>
578578
<ul>
579+
<li><a href="https://github.com/xamidi/pmGenerator/tree/master">C++20 branch</a> (master)</li>
579580
<li><a href="https://github.com/xamidi/pmGenerator/tree/c++11">C++11 branch</a> (version 1.2.0, discontinued)</li>
580-
<li><a href="https://github.com/xamidi/pmGenerator/tree/master">C++20 branch</a></li>
581+
<li><a href="https://codeberg.org/xamidi/pmGenerator">Mirror repository</a> (on Codeberg.org)</li>
581582
</ul>
582583
<h4 id="custom-proof-systems">Custom Proof Systems</h4>
583584
<p>There are illustrated seven proof systems in the following which according to <a href="http://fitelson.org/walsh.pdf">M. Walsh and B. Fitelson</a> are minimal 1-bases (i.e. generators consisting of shortest single axioms) for propositional logic.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Some more – and very special – proof systems are illustrated [further down b
135135
Print proof file cardinalities, numbers of proof candidates for all generation steps up to the next one, and all stored and estimated next removal amounts (to assess generation expenditures)
136136
-u: use unfiltered proof files
137137
-s: use proof files without conclusions
138-
-d: print debug information
138+
-d: print debug information
139139
--iterate [-u] [-s]
140140
Iterate proof candidates currently next up for generation and print their amount (for resource consumption measurements)
141141
-u: use unfiltered proof files
@@ -208,8 +208,9 @@ A subsequent query with [squeue](https://slurm.schedmd.com/squeue.html) would th
208208
You may have a look at the [log file](log/dProofs31_6node_288cpu.log) generated by that computation.
209209

210210
#### Navigation
211+
- [C++20 branch](https://github.com/xamidi/pmGenerator/tree/master) (master)
211212
- [C++11 branch](https://github.com/xamidi/pmGenerator/tree/c++11) (version 1.2.0, discontinued)
212-
- [C++20 branch](https://github.com/xamidi/pmGenerator/tree/master)
213+
- [Mirror repository](https://codeberg.org/xamidi/pmGenerator) (on Codeberg.org)
213214

214215
#### Custom Proof Systems
215216
There are illustrated seven proof systems in the following which according to [M. Walsh and B. Fitelson](http://fitelson.org/walsh.pdf) are minimal 1-bases (i.e. generators consisting of shortest single axioms) for propositional logic.

0 commit comments

Comments
 (0)