package DAGaml

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