.. default-domain:: chpl .. module:: BinReader BinReader ========= **Usage** .. code-block:: chapel use BinReader; .. data:: config param DEBUG_BIN_READER = false .. data:: config const numEdgesPresent = true .. function:: proc binToHypergraph(dataset: string) throws .. function:: proc binToGraph(dataset: string) .. function:: proc main()