Uses of Class
de.tilman_neumann.jml.factor.base.congruence.Partial
-
Packages that use Partial Package Description de.tilman_neumann.jml.factor.base.congruence -
-
Uses of Partial in de.tilman_neumann.jml.factor.base.congruence
Subclasses of Partial in de.tilman_neumann.jml.factor.base.congruence Modifier and Type Class Description classPartial_1LargeA partial congruence having 1 large factor.classPartial_2LargeA partial congruence having 2 distinct large factors.classPartial_nLargeA partial congruence having an arbitrary number of large factors.Methods in de.tilman_neumann.jml.factor.base.congruence with parameters of type Partial Modifier and Type Method Description voidCycleFinder. countIndependentCycles(Partial partial)Counts the number of independent cycles in the partial relations following [LM94], [LLDMW02].Method parameters in de.tilman_neumann.jml.factor.base.congruence with type arguments of type Partial Modifier and Type Method Description protected Map<Long,Integer>PartialSolver. createFactor2ColumnIndexMap(Map<Long,ArrayList<Partial>> factors_2_partials)Create a map from factors appearing with odd exponent to matrix column indices.protected voidPartialSolver. removeSingletons(List<Partial> congruences, Map<Long,ArrayList<Partial>> largeFactors_2_partials)Remove singletons fromcongruences.protected voidPartialSolver. removeSingletons(List<Partial> congruences, Map<Long,ArrayList<Partial>> largeFactors_2_partials)Remove singletons fromcongruences.ArrayList<Smooth>PartialSolver. solve(Collection<? extends Partial> congruences)Solve a partial congruence equation system.protected voidPartialSolver. solve(List<Partial> congruences, Map<Long,Integer> factors_2_columnIndices)Create the matrix from the pre-processed congruences and solve it.
-