public class EmptyAfterCompletionPetriNetILPModel extends PetriNetILPModel
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<java.lang.Integer> |
maxWords |
aMinusAPrime, aPrime, cd, initialPlace, initialPlaces, lang, notInitialPlaces, searchTypeBox, strategySettings, transextensions, factory, l, m, r, solutions, solverSettings| Constructor and Description |
|---|
EmptyAfterCompletionPetriNetILPModel(ilog.opl.IloOplFactory factory,
java.lang.Class<?>[] extensions,
java.util.Map<ILPMinerSettings.SolverSetting,java.lang.Object> solverSettings,
ILPModelSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getConstraints()
adds the constraints to the problem
|
protected java.lang.String |
getVariables()
defines the variable types and bounds in the problem
|
void |
makeData()
Generates the model specific data from the generic data
|
protected void |
writePlaceData(ilog.opl.IloOplDataHandler handler) |
addSolution, customRead, getModel, getObjective, getPlaceConstraints, getSettingsGUI, getValues, processBasic, processCausalDependencies, processInitialPlaces, processModel, processTransitionsfindPetriNetPlaces, getAuthor, getDescription, getExtensionConstraints, getName, getSolutions, loadLibraries, solvepublic EmptyAfterCompletionPetriNetILPModel(ilog.opl.IloOplFactory factory,
java.lang.Class<?>[] extensions,
java.util.Map<ILPMinerSettings.SolverSetting,java.lang.Object> solverSettings,
ILPModelSettings settings)
protected void writePlaceData(ilog.opl.IloOplDataHandler handler)
writePlaceData in class PetriNetILPModelpublic void makeData()
ILPModelCPLEXmakeData in class PetriNetILPModelprotected java.lang.String getVariables()
getVariables in class PetriNetILPModelp - - problemprotected java.lang.String getConstraints()
getConstraints in class PetriNetILPModel