previous up next
Go backward to Version updates
Go up to User manual
Go forward to Basic functionality

Requirements

The package desing v1.5 is written for Maple 8 or more recent versions. No other packages are necessary to run the software, however it is possible to use the following packages for the Gröbner basis computations:

If the packages are properly installed (please do not forget to register for the Gb package), the user can switch between using any of them by setting the

  desingcfg[gblib]
configuration variable to one of the following possibilities:
""
use the Gröbner basis implementation that comes with Maple.
"algolib"
use the Algolib package.
"Gb"
use the Gb package (interface to the C++ implementation).

The distributed feature is not available as the distMaple package does not supprt Maple 8 yet.


previous up next