Package com.artelys.kalis
Class KOtherNodeLinearRelaxationSolverConfigurator
- java.lang.Object
-
- com.artelys.kalis.KCopiableRelaxationSolverConfigurator
-
- com.artelys.kalis.KRelaxationSolverConfigurator
-
- com.artelys.kalis.KLinearRelaxationSolverConfigurator
-
- com.artelys.kalis.KOtherNodeLinearRelaxationSolverConfigurator
-
public class KOtherNodeLinearRelaxationSolverConfigurator extends KLinearRelaxationSolverConfigurator
-
-
Field Summary
-
Fields inherited from class com.artelys.kalis.KCopiableRelaxationSolverConfigurator
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
KOtherNodeLinearRelaxationSolverConfigurator(long cPtr, boolean cMemoryOwn)
KOtherNodeLinearRelaxationSolverConfigurator(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(KOtherNodeLinearRelaxationSolverConfigurator 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
-
KOtherNodeLinearRelaxationSolverConfigurator
protected KOtherNodeLinearRelaxationSolverConfigurator(long cPtr, boolean cMemoryOwn)
-
KOtherNodeLinearRelaxationSolverConfigurator
public KOtherNodeLinearRelaxationSolverConfigurator(KProblem problem)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(KOtherNodeLinearRelaxationSolverConfigurator obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classKLinearRelaxationSolverConfigurator
-
delete
public void delete()
- Overrides:
delete
in classKLinearRelaxationSolverConfigurator
-
-