Package com.artelys.kalis
Class KTopNodeLinearRelaxationSolverConfigurator
- java.lang.Object
-
- com.artelys.kalis.KCopiableRelaxationSolverConfigurator
-
- com.artelys.kalis.KRelaxationSolverConfigurator
-
- com.artelys.kalis.KLinearRelaxationSolverConfigurator
-
- com.artelys.kalis.KTopNodeLinearRelaxationSolverConfigurator
-
public class KTopNodeLinearRelaxationSolverConfigurator extends KLinearRelaxationSolverConfigurator
-
-
Field Summary
-
Fields inherited from class com.artelys.kalis.KCopiableRelaxationSolverConfigurator
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
KTopNodeLinearRelaxationSolverConfigurator(long cPtr, boolean cMemoryOwn)
KTopNodeLinearRelaxationSolverConfigurator(KProblem problem)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
protected void
finalize()
protected static long
getCPtr(KTopNodeLinearRelaxationSolverConfigurator obj)
-
Methods inherited from class com.artelys.kalis.KLinearRelaxationSolverConfigurator
getCPtr, setLinearRelaxationSolver, setUseReloadBasis, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership, 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
-
KTopNodeLinearRelaxationSolverConfigurator
protected KTopNodeLinearRelaxationSolverConfigurator(long cPtr, boolean cMemoryOwn)
-
KTopNodeLinearRelaxationSolverConfigurator
public KTopNodeLinearRelaxationSolverConfigurator(KProblem problem)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(KTopNodeLinearRelaxationSolverConfigurator obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classKLinearRelaxationSolverConfigurator
-
delete
public void delete()
- Overrides:
delete
in classKLinearRelaxationSolverConfigurator
-
-