Unsafe -- an option used to tell functions whether not to do checks.
Description
If set to true, then certain functions will perform checks to make sure the user didn’t pass soemthing unreasonable. You can use isWellDefined to ensure that a constructed divisor made up of the right stuff.
Functions with optional argument named Unsafe :
applyToCoefficients(..., Unsafe => ...), see applyToCoefficients -- apply a function to the coefficients of a divisor
getLinearDiophantineSolution(..., Unsafe => ...), see getLinearDiophantineSolution -- find a solution of the linear Diophantine equation Ax = b