Plompiler.LibCircuitSourceinclude LIBReturns a list of Boolean variables representing the little endian bit decomposition of the given scalar (with the least significant bit on the head).
type cs_result = {nvars : int;free_wires : int list;cs : Csir.CS.t;input_com_sizes : int list;tables : Csir.Table.t list;solver : Solver.t;}