package DAGaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type output = {
  1. out_wap : Cwap_exchange.output;
  2. out_sat : bool;
  3. out_bpp : Q.f array;
}
val compute_bpp : ?treefy_bucket:bool -> (Cwap_exchange.input -> Cwap_exchange.output) -> Q.t -> CnfTypes.file -> output
val compute_frp : ?treefy_bucket:bool -> (Cwap_exchange.input -> Cwap_exchange.output) -> Q.t -> CnfTypes.file -> output