You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PPL supports computations with various coefficient types but this is hardcoded at PPL compilation time in typedef PPL_COEFFICIENT_TYPE Parma_Polyhedra_Library::Coefficient. The most standard (and default) configuration option for PPL turns out to be GMP integers.
The pplpy library assumes that the coefficient type is mpz as can be seen in the Cython declaration in ppl_decl.pxd
We might want pplpy to support other Checked_Number class and this should just be a matter of figuring out what compilation option has been used for PPL.
The text was updated successfully, but these errors were encountered:
moved from gitlab issue #14
PPL supports computations with various coefficient types but this is hardcoded at PPL compilation time in typedef PPL_COEFFICIENT_TYPE Parma_Polyhedra_Library::Coefficient. The most standard (and default) configuration option for PPL turns out to be GMP integers.
The pplpy library assumes that the coefficient type is mpz as can be seen in the Cython declaration in ppl_decl.pxd
We might want pplpy to support other Checked_Number class and this should just be a matter of figuring out what compilation option has been used for PPL.
The text was updated successfully, but these errors were encountered: