public static interface GroebnerBases.MinimizationStrategy
| Modifier and Type | Method and Description |
|---|---|
boolean |
doMinimize(int previousSize,
int currentSize)
true means "yes, do minimization and reduction", false means "just keep all generators as is"
|
boolean doMinimize(int previousSize,
int currentSize)
previousSize - size of generators list on the previous invocation of minimizationcurrentSize - current size of generators listCopyright © 2022. All rights reserved.