Revision f13f2ceaf401bda6f8aa1a2a8c8db3441c484181 authored by Mario Carneiro on 23 February 2023, 17:26:04 UTC, committed by Mario Carneiro on 23 February 2023, 17:26:04 UTC
1 parent c320e05
Raw File
README.md
# Addendum / reproducibility for ITP 2023 paper

* The line counts for PC Mizar are given in [mizar-line-counts.txt](mizar-line-counts.txt),
where a line with `-` represents a file which is required for the checker to
function, and a line with `+` represents a file which is required for the
analyzer + checker. The precise line counts come from version
[`baeed3ca`](https://github.com/MizarProject/system/commit/baeed3ca)
of the Mizar system.

* The instructions for building the project itself, including the MML patches,
  can be found at [README.md](/README.md). For the head-to-head against PC Mizar,
  we compared the default configuration against one with `ORIG_MIZAR = true`,
  which uses the same thread scheduling code but calls Mizar instead of using
  the internal checker, so that they would both benefit from the same level
  of parallelism.

* The folders `false1/`, `false2/`, `false3/`, `false4/`, `runnerup/` contain
  all the soundness bugs described in the paper. You can test whether your
  installation of Mizar contains the bug by seeing whether
  `mizf false1/false1.miz` checks or not.
back to top