public class HybridLPDecoratorImpl<T extends HybridVariableMapping<java.lang.Integer>> extends AbstractLPLogAbstractionBasedLPDecorator
Modifier and Type | Field and Description |
---|---|
protected T |
varMap |
configuration, constraintBody, constraintIndex, logAbstraction, numConstraints
computationTime, engine
Constructor and Description |
---|
HybridLPDecoratorImpl(T varMap,
HybridILPMinerParametersImpl configuration,
LPLogAbstraction<?> logAbstraction) |
Modifier and Type | Method and Description |
---|---|
protected double[] |
emptyAfterCompletionConstraint(int[] w) |
protected double[] |
minimizeArcsObjective() |
protected double[] |
setOfObjectBasedVariablesConstraint() |
protected org.processmining.lpengines.interfaces.LPEngine |
setupEngine() |
protected void |
setupVariables() |
protected org.processmining.framework.util.Pair<double[],java.lang.Double> |
theoryOfRegionsConstraint(int[] w) |
protected double[] |
unweightedParikhObjective() |
protected double[] |
weightedAbsoluteParikhObjective() |
protected double[] |
weightedRelativeParikhObjective() |
addConstraint, addEmptyAfterCompletionConstraints, addTheoryOfRegionsConstraints, calculateConstraintBody, calculateUnusedEvents, disableUnusedEvents, estimateNumberOfConstraints, setupConstraints, setupObjective
computationTimeMs, engine, getInvalidActivityIndices, run
protected T extends HybridVariableMapping<java.lang.Integer> varMap
public HybridLPDecoratorImpl(T varMap, HybridILPMinerParametersImpl configuration, LPLogAbstraction<?> logAbstraction)
protected double[] emptyAfterCompletionConstraint(int[] w)
emptyAfterCompletionConstraint
in class AbstractLPLogAbstractionBasedLPDecorator
protected double[] minimizeArcsObjective()
minimizeArcsObjective
in class AbstractLPLogAbstractionBasedLPDecorator
protected double[] setOfObjectBasedVariablesConstraint()
setOfObjectBasedVariablesConstraint
in class AbstractLPLogAbstractionBasedLPDecorator
protected org.processmining.lpengines.interfaces.LPEngine setupEngine()
setupEngine
in class AbstractLPDecorator
protected void setupVariables()
setupVariables
in class AbstractLPDecorator
protected org.processmining.framework.util.Pair<double[],java.lang.Double> theoryOfRegionsConstraint(int[] w)
theoryOfRegionsConstraint
in class AbstractLPLogAbstractionBasedLPDecorator
protected double[] unweightedParikhObjective()
unweightedParikhObjective
in class AbstractLPLogAbstractionBasedLPDecorator
protected double[] weightedAbsoluteParikhObjective()
weightedAbsoluteParikhObjective
in class AbstractLPLogAbstractionBasedLPDecorator
protected double[] weightedRelativeParikhObjective()
weightedRelativeParikhObjective
in class AbstractLPLogAbstractionBasedLPDecorator