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.SolverFactory
get
in class net.sf.javailp.AbstractSolverFactory
protected net.sf.javailp.Solver getInternal()
getInternal
in class net.sf.javailp.AbstractSolverFactory
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
public void close()
close
in interface java.lang.AutoCloseable
public 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