Daniel R. Grayson
Daniel R. Grayson
The methods for `minimalPresentation Module` and `minimalPresentation Ring` are oddly different with regard to caching the data. The latter should be changed to agree with the former, as far as...
It can happen that changes to code can result in examples running much slower, especially if answers that used to be cached no longer are, resulting in multiple slow computations...
What about something like the following scheme?: ``` kernelMap f : ker f --> source f cokernelMap f : target f --> cokernel f imageMap f : image f -->...
See `man editline` for details. We should modify our configure script to detect its presence and use it, rather than building libreadline ourselves, or depending on brew to install readline...