Uses of Interface
de.rwth.swc.coffee4j.engine.generator.ipog.CoverageMap
-
Packages that use CoverageMap Package Description de.rwth.swc.coffee4j.engine.generator.ipog -
-
Uses of CoverageMap in de.rwth.swc.coffee4j.engine.generator.ipog
Classes in de.rwth.swc.coffee4j.engine.generator.ipog that implement CoverageMap Modifier and Type Class Description classEfficientCoverageMapThis acts as the coverage map described in section 4.1 of the paper "An Efficient Design and Implementation of the In-Parameter-Order Algorithm".Methods in de.rwth.swc.coffee4j.engine.generator.ipog that return CoverageMap Modifier and Type Method Description protected CoverageMapIpogAlgorithm. constructCoverageMap(int nextParameter, it.unimi.dsi.fastutil.ints.Int2IntMap allParameters, java.util.List<it.unimi.dsi.fastutil.ints.IntSet> parameterCombinations)
-