XPRSmipsolenum.Controls
- java.lang.Object
-
- com.dashoptimization.XPRSmipsolenum.Controls
-
- Enclosing class:
- XPRSmipsolenum
public final class XPRSmipsolenum.Controls extends java.lang.Object
-
-
Method Summary
Modifier and Type Method and Description int
getCallbackCullSols_Diversity()
Retrieves the value of the control 'MSE_CALLBACKCULLSOLS_DIVERSITY'.int
getCallbackCullSols_MipObject()
Retrieves the value of the control 'MSE_CALLBACKCULLSOLS_MIPOBJECT'.int
getCallbackCullSols_ModObject()
Retrieves the value of the control 'MSE_CALLBACKCULLSOLS_MODOBJECT'.int
getOptimizeDiversity()
Retrieves the value of the control 'MSE_OPTIMIZEDIVERSITY'.int
getOutputLog()
Retrieves the value of the control 'MSE_OUTPUTLOG'.double
getOutputTol()
Retrieves the value of the control 'MSE_OUTPUTTOL'.void
setCallbackCullSols_Diversity(int newval)
Sets the value of the control 'MSE_CALLBACKCULLSOLS_DIVERSITY'.void
setCallbackCullSols_MipObject(int newval)
Sets the value of the control 'MSE_CALLBACKCULLSOLS_MIPOBJECT'.void
setCallbackCullSols_ModObject(int newval)
Sets the value of the control 'MSE_CALLBACKCULLSOLS_MODOBJECT'.void
setOptimizeDiversity(int newval)
Sets the value of the control 'MSE_OPTIMIZEDIVERSITY'.void
setOutputLog(int newval)
Sets the value of the control 'MSE_OUTPUTLOG'.void
setOutputTol(double newval)
Sets the value of the control 'MSE_OUTPUTTOL'.
-
-
-
Method Detail
-
getCallbackCullSols_MipObject
public int getCallbackCullSols_MipObject()
Retrieves the value of the control 'MSE_CALLBACKCULLSOLS_MIPOBJECT'. Mse_CallbackCullSols_MipObject
-
setCallbackCullSols_MipObject
public void setCallbackCullSols_MipObject(int newval)
Sets the value of the control 'MSE_CALLBACKCULLSOLS_MIPOBJECT'. Mse_CallbackCullSols_MipObject
-
getCallbackCullSols_Diversity
public int getCallbackCullSols_Diversity()
Retrieves the value of the control 'MSE_CALLBACKCULLSOLS_DIVERSITY'. Mse_CallbackCullSols_Diversity
-
setCallbackCullSols_Diversity
public void setCallbackCullSols_Diversity(int newval)
Sets the value of the control 'MSE_CALLBACKCULLSOLS_DIVERSITY'. Mse_CallbackCullSols_Diversity
-
getCallbackCullSols_ModObject
public int getCallbackCullSols_ModObject()
Retrieves the value of the control 'MSE_CALLBACKCULLSOLS_MODOBJECT'. Mse_CallbackCullSols_ModObject
-
setCallbackCullSols_ModObject
public void setCallbackCullSols_ModObject(int newval)
Sets the value of the control 'MSE_CALLBACKCULLSOLS_MODOBJECT'. Mse_CallbackCullSols_ModObject
-
getOptimizeDiversity
public int getOptimizeDiversity()
Retrieves the value of the control 'MSE_OPTIMIZEDIVERSITY'. Mse_OptimizeDiversity
-
setOptimizeDiversity
public void setOptimizeDiversity(int newval)
Sets the value of the control 'MSE_OPTIMIZEDIVERSITY'. Mse_OptimizeDiversity
-
getOutputTol
public double getOutputTol()
Retrieves the value of the control 'MSE_OUTPUTTOL'. Mse_OutputTol
-
setOutputTol
public void setOutputTol(double newval)
Sets the value of the control 'MSE_OUTPUTTOL'. Mse_OutputTol
-
getOutputLog
public int getOutputLog()
Retrieves the value of the control 'MSE_OUTPUTLOG'. Mse_OutputLog
-
setOutputLog
public void setOutputLog(int newval)
Sets the value of the control 'MSE_OUTPUTLOG'. Mse_OutputLog
-
-