package qbf

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

A Boolean Formula in CNF

type clause = Lit.t list
type t = clause list
val equal : t -> t -> bool
val compare : t -> t -> int
val hash : t -> int
val print : t printer
val print_with : pp_lit:Lit.t printer -> t printer