TimeLimit -- sets time limit for lifting calculation
Description
TimeLimit is either an integer or infinity which gives an upper bound on the time in seconds allowed for lifting a solution of the deformation equation. Default value is infinity
Functions with optional argument named TimeLimit :
localHilbertScheme(Matrix, TimeLimit => ...), see localHilbertScheme -- computes a power series representation of the local Hilbert scheme
versalDeformation(Matrix,Matrix,Matrix, TimeLimit => ...), see versalDeformation(Matrix,Matrix,Matrix) -- computes a power series representation of a versal deformation
Caveat
If HighestOrder is not set to infinity, errors may not be handled properly.