Skip to content

Initial release

Latest
Compare
Choose a tag to compare
@rebryant rebryant released this 24 May 12:29
· 17 commits to main since this release

This is the first release of this software

CPOG Knowledge Compiler Certifier

This repository contains a set of tools for certifying results from the D4 knowledge compiler. It is based on the CPOG verification framework. A CPOG file encodes both a representation of a Boolean formula as a partitioned-operation graph (POG), and a proof that this POG is logically equivalent to the input formula

Installation:

Running the toolchain using prototype (unverified) tools requires the following:

In addition, running the toolchain using formally verified tools requires the following:

Directories

  • VerifiedChecker:
    Code for the verified checker and counter
  • benchmarks:
    A sample set of benchmarks from the 2022 standard and weighted model counting competitions
  • src:
    Code for the CPOG generator and prototype checker
  • test:
    Two very simple test problems
  • tools:
    Code for a scripting program that runs the entire toolchain

Make Options

  • install:
    Compiles the CPOG generator and prototype checker.
  • linstall:
    Compiles the Lean verifier
  • ptest:
    Runs the prototype tools on two simple test problems
  • ltest:
    Runs the verified tools on two simple test problems
  • run:
    Runs the generator, prototype checker, and prototype counter on 30 benchmark files
  • lrun:
    Runs the verified checker/counter on 30 benchmark files
  • clean:
    Removes intermediate files
  • superclean:
    Removes all generated files