Jump to content

Models And Counter-Examples

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Deltaspace42 (talk | contribs) at 15:11, 23 December 2023 (removed Category:Free software; added Category:Software using the GPL license using HotCat). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Mace stands for "Models And Counter-Examples", and is a model finder.[1] Most automated theorem provers try to perform a proof by refutation on the clause normal form of the proof problem, by showing that the combination of axioms and negated conjecture can never be simultaneously true, i.e. does not have a model. A model finder such as Mace, on the other hand, tries to find an explicit model of a set of clauses. If it succeeds, this corresponds to a counter-example for the conjecture, i.e. it disproves the (claimed) theorem.

Mace is GNU GPL licensed.[2]

See also

References

  1. ^ William McCune home site
  2. ^ See COPYING file in the tarball.