Class SolvableMiReducer<C extends RingElem<C>>
java.lang.Object
edu.jas.gb.SolvableMiReducer<C>
- Type Parameters:
C- coefficient type
- All Implemented Interfaces:
Runnable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final booleanprivate final Semaphoreprivate final List<GenSolvablePolynomial<C>> private GenSolvablePolynomial<C> private static final org.apache.logging.log4j.Loggerprivate final SolvableReductionPar<C> -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Field Details
-
G
-
H
-
sred
-
done
-
logger
private static final org.apache.logging.log4j.Logger logger -
debug
private static final boolean debug
-
-
Constructor Details
-
SolvableMiReducer
SolvableMiReducer(List<GenSolvablePolynomial<C>> G, GenSolvablePolynomial<C> p)
-
-
Method Details
-
getNF
getNF. Blocks until the normal form is computed.- Returns:
- the computed normal form.
-
run
-