Commit 2022-01-31 15:42 ff027743
View on Github →feat(algebra/squarefree): norm_num extension for squarefree (#11666)
Adds two methods for computing squarefree
: an improved algorithm for VM computation of squarefreedom via the min_sq_fac
function, and a proof procedure which follows the same evaluation strategy as a norm_num
extension.