Unsafe -- An option used to tell divisor construction not to do various checks
Description
If set to true, then when divisor is called, there will be no checks as to whether the given ideals are prime of height one and all of the same ring, whether the coefficients are the right kind, etc. Default value is false.
Functions with optional argument named Unsafe :
divisor(..., Unsafe => ...), see divisor -- Define the Weil divisor as a formal sum of height one prime ideals
getLinearDiophantineSolution(..., Unsafe => ...), see getLinearDiophantineSolution -- Find a solution of the linear Diophantine equation Ax = b
rationalDivisor(..., Unsafe => ...), see rationalDivisor -- Define the divisor as a formal sum of height one prime ideals whose coefficients are rational numbers
realDivisor(..., Unsafe => ...), see realDivisor -- Define the divisor as a formal sum of height one prime ideals whose coefficients are real numbers