XPRSmipsolpool.Controls
- java.lang.Object
-
- com.dashoptimization.XPRSmipsolpool.Controls
-
- Enclosing class:
- XPRSmipsolpool
public final class XPRSmipsolpool.Controls extends java.lang.Object
-
-
Method Summary
Modifier and Type Method and Description doublegetDefaultUserSolFeasTol()Retrieves the value of the control 'MSP_DEFAULTUSERSOLFEASTOL'.doublegetDefaultUserSolMipTol()Retrieves the value of the control 'MSP_DEFAULTUSERSOLMIPTOL'.intgetDuplicateSolutionsPolicy()Retrieves the value of the control 'MSP_DUPLICATESOLUTIONSPOLICY'.intgetEnableSlackStorage()Retrieves the value of the control 'MSP_ENABLESLACKSTORAGE'.intgetIncludeProbNameInLogging()Retrieves the value of the control 'MSP_INCLUDEPROBNAMEINLOGGING'.intgetOutputLog()Retrieves the value of the control 'MSP_OUTPUTLOG'.intgetSol_BitFieldsUsr()Retrieves the value of the control 'MSP_SOL_BITFIELDSUSR'.doublegetSol_FeasTol()Retrieves the value of the control 'MSP_SOL_FEASTOL'.doublegetSol_MipTol()Retrieves the value of the control 'MSP_SOL_MIPTOL'.intgetWriteSlxSolLogging()Retrieves the value of the control 'MSP_WRITESLXSOLLOGGING'.voidsetDefaultUserSolFeasTol(double newval)Sets the value of the control 'MSP_DEFAULTUSERSOLFEASTOL'.voidsetDefaultUserSolMipTol(double newval)Sets the value of the control 'MSP_DEFAULTUSERSOLMIPTOL'.voidsetDuplicateSolutionsPolicy(int newval)Sets the value of the control 'MSP_DUPLICATESOLUTIONSPOLICY'.voidsetEnableSlackStorage(int newval)Sets the value of the control 'MSP_ENABLESLACKSTORAGE'.voidsetIncludeProbNameInLogging(int newval)Sets the value of the control 'MSP_INCLUDEPROBNAMEINLOGGING'.voidsetOutputLog(int newval)Sets the value of the control 'MSP_OUTPUTLOG'.voidsetSol_BitFieldsUsr(int newval)Sets the value of the control 'MSP_SOL_BITFIELDSUSR'.voidsetSol_FeasTol(double newval)Sets the value of the control 'MSP_SOL_FEASTOL'.voidsetSol_MipTol(double newval)Sets the value of the control 'MSP_SOL_MIPTOL'.voidsetWriteSlxSolLogging(int newval)Sets the value of the control 'MSP_WRITESLXSOLLOGGING'.
-
-
-
Method Detail
-
getDuplicateSolutionsPolicy
public int getDuplicateSolutionsPolicy()
Retrieves the value of the control 'MSP_DUPLICATESOLUTIONSPOLICY'. Msp_DuplicateSolutionsPolicy
-
setDuplicateSolutionsPolicy
public void setDuplicateSolutionsPolicy(int newval)
Sets the value of the control 'MSP_DUPLICATESOLUTIONSPOLICY'. Msp_DuplicateSolutionsPolicy
-
getDefaultUserSolFeasTol
public double getDefaultUserSolFeasTol()
Retrieves the value of the control 'MSP_DEFAULTUSERSOLFEASTOL'. Msp_DefaultUserSolFeasTol
-
setDefaultUserSolFeasTol
public void setDefaultUserSolFeasTol(double newval)
Sets the value of the control 'MSP_DEFAULTUSERSOLFEASTOL'. Msp_DefaultUserSolFeasTol
-
getDefaultUserSolMipTol
public double getDefaultUserSolMipTol()
Retrieves the value of the control 'MSP_DEFAULTUSERSOLMIPTOL'. Msp_DefaultUserSolMipTol
-
setDefaultUserSolMipTol
public void setDefaultUserSolMipTol(double newval)
Sets the value of the control 'MSP_DEFAULTUSERSOLMIPTOL'. Msp_DefaultUserSolMipTol
-
getIncludeProbNameInLogging
public int getIncludeProbNameInLogging()
Retrieves the value of the control 'MSP_INCLUDEPROBNAMEINLOGGING'. Msp_IncludeProbNameInLogging
-
setIncludeProbNameInLogging
public void setIncludeProbNameInLogging(int newval)
Sets the value of the control 'MSP_INCLUDEPROBNAMEINLOGGING'. Msp_IncludeProbNameInLogging
-
getWriteSlxSolLogging
public int getWriteSlxSolLogging()
Retrieves the value of the control 'MSP_WRITESLXSOLLOGGING'. Msp_WriteSlxSolLogging
-
setWriteSlxSolLogging
public void setWriteSlxSolLogging(int newval)
Sets the value of the control 'MSP_WRITESLXSOLLOGGING'. Msp_WriteSlxSolLogging
-
getEnableSlackStorage
public int getEnableSlackStorage()
Retrieves the value of the control 'MSP_ENABLESLACKSTORAGE'. Msp_EnableSlackStorage
-
setEnableSlackStorage
public void setEnableSlackStorage(int newval)
Sets the value of the control 'MSP_ENABLESLACKSTORAGE'. Msp_EnableSlackStorage
-
getOutputLog
public int getOutputLog()
Retrieves the value of the control 'MSP_OUTPUTLOG'. Msp_OutputLog
-
setOutputLog
public void setOutputLog(int newval)
Sets the value of the control 'MSP_OUTPUTLOG'. Msp_OutputLog
-
getSol_FeasTol
public double getSol_FeasTol()
Retrieves the value of the control 'MSP_SOL_FEASTOL'. Msp_Sol_FeasTol
-
setSol_FeasTol
public void setSol_FeasTol(double newval)
Sets the value of the control 'MSP_SOL_FEASTOL'. Msp_Sol_FeasTol
-
getSol_MipTol
public double getSol_MipTol()
Retrieves the value of the control 'MSP_SOL_MIPTOL'. Msp_Sol_MipTol
-
setSol_MipTol
public void setSol_MipTol(double newval)
Sets the value of the control 'MSP_SOL_MIPTOL'. Msp_Sol_MipTol
-
getSol_BitFieldsUsr
public int getSol_BitFieldsUsr()
Retrieves the value of the control 'MSP_SOL_BITFIELDSUSR'. Msp_Sol_BitFieldsUsr
-
setSol_BitFieldsUsr
public void setSol_BitFieldsUsr(int newval)
Sets the value of the control 'MSP_SOL_BITFIELDSUSR'. Msp_Sol_BitFieldsUsr
-
-
