package hardcaml_verify

  1. Overview
  2. Docs

Module Hardcaml_verify_kernelSource

Sourcemodule Basic_gates : sig ... end
Sourcemodule Cnf : sig ... end

Data structure for creating CNF formulae.

Sourcemodule Comb_gates : sig ... end

Hardcaml combinational logic API using lists of Basic_gate.ts.

Sourcemodule Dimacs : sig ... end
Sourcemodule Is_one_hot : sig ... end

Computes information about the one-hotness of a vector. In addition it can compute if no bits are set or more than 1 bit is set.

Sourcemodule Label : sig ... end

Labels represent named variables. They contain a uid (unique identifier) which is constructed when the label is created. The name is not used for comparison.

Sourcemodule Nusmv : sig ... end
Sourcemodule Sat : sig ... end
Sourcemodule Sec : sig ... end

Sequential equivalence checking.

Sourcemodule Solver : sig ... end
Sourcemodule Tseitin : sig ... end
OCaml

Innovation. Community. Security.