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 double
getDefaultUserSolFeasTol()
Retrieves the value of the control 'MSP_DEFAULTUSERSOLFEASTOL'.double
getDefaultUserSolMipTol()
Retrieves the value of the control 'MSP_DEFAULTUSERSOLMIPTOL'.int
getDuplicateSolutionsPolicy()
Retrieves the value of the control 'MSP_DUPLICATESOLUTIONSPOLICY'.int
getEnableSlackStorage()
Retrieves the value of the control 'MSP_ENABLESLACKSTORAGE'.int
getIncludeProbNameInLogging()
Retrieves the value of the control 'MSP_INCLUDEPROBNAMEINLOGGING'.int
getOutputLog()
Retrieves the value of the control 'MSP_OUTPUTLOG'.int
getSol_BitFieldsUsr()
Retrieves the value of the control 'MSP_SOL_BITFIELDSUSR'.double
getSol_FeasTol()
Retrieves the value of the control 'MSP_SOL_FEASTOL'.double
getSol_MipTol()
Retrieves the value of the control 'MSP_SOL_MIPTOL'.int
getWriteSlxSolLogging()
Retrieves the value of the control 'MSP_WRITESLXSOLLOGGING'.void
setDefaultUserSolFeasTol(double newval)
Sets the value of the control 'MSP_DEFAULTUSERSOLFEASTOL'.void
setDefaultUserSolMipTol(double newval)
Sets the value of the control 'MSP_DEFAULTUSERSOLMIPTOL'.void
setDuplicateSolutionsPolicy(int newval)
Sets the value of the control 'MSP_DUPLICATESOLUTIONSPOLICY'.void
setEnableSlackStorage(int newval)
Sets the value of the control 'MSP_ENABLESLACKSTORAGE'.void
setIncludeProbNameInLogging(int newval)
Sets the value of the control 'MSP_INCLUDEPROBNAMEINLOGGING'.void
setOutputLog(int newval)
Sets the value of the control 'MSP_OUTPUTLOG'.void
setSol_BitFieldsUsr(int newval)
Sets the value of the control 'MSP_SOL_BITFIELDSUSR'.void
setSol_FeasTol(double newval)
Sets the value of the control 'MSP_SOL_FEASTOL'.void
setSol_MipTol(double newval)
Sets the value of the control 'MSP_SOL_MIPTOL'.void
setWriteSlxSolLogging(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
-
-