public class HybridPairBasedLPMiner<T extends LPDecorator,S extends HybridVariableMapping<java.lang.Integer>,U> extends AbstractHybridIntLPMiner<T,S,U>
Modifier and Type | Field and Description |
---|---|
protected org.processmining.framework.plugin.PluginContext |
context |
protected java.util.Set<org.processmining.framework.util.Pair<U,U>> |
pairs |
protected boolean |
verbose |
computationTime, decorator, logAbstraction, solutions, solveTimeCummulative, varMap
Constructor and Description |
---|
HybridPairBasedLPMiner(S varMap,
T decorator,
LPLogAbstraction<U> logAbstraction,
java.util.Set<org.processmining.framework.util.Pair<U,U>> pairs,
org.processmining.framework.plugin.PluginContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
execute() |
protected java.lang.Runnable |
pairBasedInstance(org.processmining.framework.util.Pair<U,U> pair) |
protected void |
storeSolution(double[] solution) |
findSourcePlaces, potentialSourceConnections, removePotentialSourceConnection, synthesizeNet
computationTimeMs, decorationTimeMs, run, solutions, solveTimeMs
protected final org.processmining.framework.plugin.PluginContext context
protected boolean verbose
protected void execute()
execute
in class AbstractLPMiner<T extends LPDecorator,S extends HybridVariableMapping<java.lang.Integer>,U>
protected java.lang.Runnable pairBasedInstance(org.processmining.framework.util.Pair<U,U> pair)
protected void storeSolution(double[] solution)