Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 549 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 549 Bytes

Mætning

This is an experiment in using the inverse method as an engine for disproving non-theorems.

  1. Prerequisites

  • Recent OCaml toolchain (programmed using 4.02.1)
  • OCaml Batteries Included (opam install batteries)
  • Menhir (opam install menhir)
  1. Building

Run make from the topmost directory.

The binary will be called maetning.native. Depending on your operating system, you may need to rename it to maetning.exe in order to run it.