make eqns
builds the system eqns = 0
, where each eqn : Z.t array
in eqns
is an array [| a1, …, an |]
representing
the equation a1 x1 + a2 x2 + … + an xn = 0
.
Return an iterator on minimum solutions. Any solution to the initial problem is a linear combination of these minimal solutions.
true
,
the tuple (and all solutions below it) is dropped.Eager version of solve, returns the (reverse) list of solutions
val pp : t CCFormat.printer
val pp_sol : solution CCFormat.printer