pub fn allowed_residues(
equations: &[ModpEquation],
num_vars: usize,
m: u64,
) -> Option<AllowedOutcome>Expand description
See AllowedOutcome. None only on Smith overflow.
pub fn allowed_residues(
equations: &[ModpEquation],
num_vars: usize,
m: u64,
) -> Option<AllowedOutcome>See AllowedOutcome. None only on Smith overflow.