Package com.artelys.kalis
Class KLinearRelaxationSolverConfigurator
- java.lang.Object
-
- com.artelys.kalis.KCopiableRelaxationSolverConfigurator
-
- com.artelys.kalis.KRelaxationSolverConfigurator
-
- com.artelys.kalis.KLinearRelaxationSolverConfigurator
-
- Direct Known Subclasses:
KBiLevelLinearRelaxationSolverConfigurator
,KOtherNodeLinearRelaxationSolverConfigurator
,KTopNodeLinearRelaxationSolverConfigurator
public class KLinearRelaxationSolverConfigurator extends KRelaxationSolverConfigurator
-
-
Field Summary
-
Fields inherited from class com.artelys.kalis.KCopiableRelaxationSolverConfigurator
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
KLinearRelaxationSolverConfigurator()
protected
KLinearRelaxationSolverConfigurator(long cPtr, boolean cMemoryOwn)
KLinearRelaxationSolverConfigurator(KProblem problem)
KLinearRelaxationSolverConfigurator(KSolver solver)
KLinearRelaxationSolverConfigurator(com.artelys.kalis.SWIGTYPE_p_KLinearRelaxationSolverConfigurator_I configurator)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
protected void
finalize()
protected static long
getCPtr(KLinearRelaxationSolverConfigurator obj)
void
setLinearRelaxationSolver(KLinearRelaxationSolver relaxationSolver)
void
setUseReloadBasis(boolean urb)
protected void
swigDirectorDisconnect()
void
swigReleaseOwnership()
void
swigTakeOwnership()
boolean
useReloadBasis()
-
Methods inherited from class com.artelys.kalis.KRelaxationSolverConfigurator
afterEvent, beforeEvent, forceContradiction, getAlgorithm, getCPtr, getDoubleControlParam, getDoubleControlValue, getIntegerControlParam, getIntegerControlValue, getMipAbsoluteOptimalityTolerance, getMipRelativeOptimalityTolerance, getNumberOfDoubleControls, getNumberOfIntegerControls, getOptimalityTolerance, getProblem, mustRelax, setAlgorithm, setDoubleControl, setIntControl, setMipAbsoluteOptimalityTolerance, setMipRelativeOptimalityTolerance, setOptimalityTolerance, setRelaxationSolver, setsolveAsMIP, setSolver, setusePresolve, setuseReducedCostFixing, solveAsMIP, usePresolve, useReducedCostFixing
-
Methods inherited from class com.artelys.kalis.KCopiableRelaxationSolverConfigurator
getCopyPtr, getCPtr
-
-
-
-
Constructor Detail
-
KLinearRelaxationSolverConfigurator
protected KLinearRelaxationSolverConfigurator(long cPtr, boolean cMemoryOwn)
-
KLinearRelaxationSolverConfigurator
protected KLinearRelaxationSolverConfigurator()
-
KLinearRelaxationSolverConfigurator
public KLinearRelaxationSolverConfigurator(KProblem problem)
-
KLinearRelaxationSolverConfigurator
public KLinearRelaxationSolverConfigurator(KSolver solver)
-
KLinearRelaxationSolverConfigurator
public KLinearRelaxationSolverConfigurator(com.artelys.kalis.SWIGTYPE_p_KLinearRelaxationSolverConfigurator_I configurator)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(KLinearRelaxationSolverConfigurator obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classKRelaxationSolverConfigurator
-
delete
public void delete()
- Overrides:
delete
in classKRelaxationSolverConfigurator
-
swigDirectorDisconnect
protected void swigDirectorDisconnect()
-
swigReleaseOwnership
public void swigReleaseOwnership()
-
swigTakeOwnership
public void swigTakeOwnership()
-
setLinearRelaxationSolver
public void setLinearRelaxationSolver(KLinearRelaxationSolver relaxationSolver)
-
setUseReloadBasis
public void setUseReloadBasis(boolean urb)
-
useReloadBasis
public boolean useReloadBasis()
-
-