| Package | Description |
|---|---|
| org.processmining.plugins.ilpminer | |
| org.processmining.plugins.ilpminer.templates.cplex | |
| org.processmining.plugins.ilpminer.templates.javailp |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<ILPMinerSolution> |
ILPModelCPLEX.solutions |
protected java.util.Set<ILPMinerSolution> |
ILPModelJavaILP.solutions |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ILPMinerSolution |
ILPModelCPLEX.addSolution(ilog.opl.IloOplModel opl)
converts the CPLEX result in a solution (place representation) and adds
it to the set of found solutions
|
protected ILPMinerSolution |
ILPModelCPLEX.solve(org.processmining.framework.plugin.PluginContext context,
ilog.opl.IloOplModelDefinition def,
ilog.cplex.IloCplex cp)
solves the model in the modeldefinition with this being the data source
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ILPMinerSolution> |
ILPModelCPLEX.getSolutions()
returns the solutions found with processModel
|
java.util.Set<ILPMinerSolution> |
ILPModelJavaILP.getSolutions()
returns the solutions found with processModel
|
| Modifier and Type | Method and Description |
|---|---|
int |
ILPMinerSolution.compareTo(ILPMinerSolution s) |
| Modifier and Type | Method and Description |
|---|---|
protected ILPMinerSolution |
PetriNetILPModel.addSolution(ilog.opl.IloOplModel opl)
converts the CPLEX result in a solution (place representation) and adds
it to the set of found solutions
|
protected ILPMinerSolution |
PetriNetSingleILPModel.addSolution(ilog.opl.IloOplModel opl)
converts the CPLEX string result in a solution (place representation) and
adds it to the set of found solutions
|
| Modifier and Type | Method and Description |
|---|---|
protected ILPMinerSolution |
BasicPetriNetILPModel.makeSolution(net.sf.javailp.Result result)
Creates a solution from any result.
|
protected ILPMinerSolution |
PetriNetILPModel.makeSolution(net.sf.javailp.Result result)
converts the Java-ILP result in a solution (place representation)
|
protected ILPMinerSolution |
PetriNetLPModel.makeSolution(net.sf.javailp.Result result) |
protected ILPMinerSolution |
PetriNetSingleLPModel.makeSolution(net.sf.javailp.Result result) |
protected ILPMinerSolution |
PetriNetSingleILPModel.makeSolution(net.sf.javailp.Result result,
int causalDependency)
converts the Java-ILP result in a solution (place representation)
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.ArrayList<ILPMinerSolution> |
BasicPetriNetILPModel.addNewSolution(ILPMinerSolution sol)
Adds a solution to the list of solutions.
|
protected java.util.ArrayList<ILPMinerSolution> |
BasicPetriNetILPModel.addNewSolution(net.sf.javailp.Result result)
Adds a new solution to the list of solutions.
|
java.util.Set<ILPMinerSolution> |
FreeChoiceILPModel.getSolutions() |
protected java.util.ArrayList<ILPMinerSolution> |
BasicPetriNetILPModel.solutionsNotAllowedWithThisOne(ILPMinerSolution sol)
This function checks whether a solution is allowed or not.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.ArrayList<ILPMinerSolution> |
BasicPetriNetILPModel.addNewSolution(ILPMinerSolution sol)
Adds a solution to the list of solutions.
|
protected java.util.ArrayList<ILPMinerSolution> |
BasicPetriNetILPModel.solutionsNotAllowedWithThisOne(ILPMinerSolution sol)
This function checks whether a solution is allowed or not.
|