public final class DataAlignmentSolverFactoryLpSolve
extends net.sf.javailp.AbstractSolverFactory
implements java.lang.AutoCloseable
| Constructor and Description |
|---|
DataAlignmentSolverFactoryLpSolve(int concurrentThreads) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
finalize() |
net.sf.javailp.Solver |
get() |
protected net.sf.javailp.Solver |
getInternal() |
org.processmining.plugins.balancedconformance.dataflow.lp.lpsolve.DataAlignmentSolverFactoryLpSolve.LpSolveInstance |
getLp() |
void |
returnLp(org.processmining.plugins.balancedconformance.dataflow.lp.lpsolve.DataAlignmentSolverFactoryLpSolve.LpSolveInstance lp) |
public DataAlignmentSolverFactoryLpSolve(int concurrentThreads)
public net.sf.javailp.Solver get()
get in interface net.sf.javailp.SolverFactoryget in class net.sf.javailp.AbstractSolverFactoryprotected net.sf.javailp.Solver getInternal()
getInternal in class net.sf.javailp.AbstractSolverFactoryprotected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwablepublic void close()
close in interface java.lang.AutoCloseablepublic org.processmining.plugins.balancedconformance.dataflow.lp.lpsolve.DataAlignmentSolverFactoryLpSolve.LpSolveInstance getLp()
public void returnLp(org.processmining.plugins.balancedconformance.dataflow.lp.lpsolve.DataAlignmentSolverFactoryLpSolve.LpSolveInstance lp)
throws java.lang.InterruptedException
java.lang.InterruptedException