XPRSmipsolpool.Attributes
- java.lang.Object
-
- com.dashoptimization.XPRSmipsolpool.Attributes
-
- Enclosing class:
- XPRSmipsolpool
public final class XPRSmipsolpool.Attributes extends java.lang.Object
-
-
Method Summary
Modifier and Type Method and Description int
getPrb_FeasibleSols()
Retrieves the value of the attribute 'MSP_PRB_FEASIBLESOLS'.int
getPrb_ValidSols()
Retrieves the value of the attribute 'MSP_PRB_VALIDSOLS'.int
getSol_BitFieldsSys()
Retrieves the value of the attribute 'MSP_SOL_BITFIELDSSYS'.int
getSol_Cols()
Retrieves the value of the attribute 'MSP_SOL_COLS'.int
getSol_IsReProcessedUserSolution()
Retrieves the value of the attribute 'MSP_SOL_ISREPROCESSEDUSERSOLUTION'.int
getSol_IsUserSolution()
Retrieves the value of the attribute 'MSP_SOL_ISUSERSOLUTION'.int
getSol_NonZeros()
Retrieves the value of the attribute 'MSP_SOL_NONZEROS'.int
getSolPrb_InfCnt_Mip()
Retrieves the value of the attribute 'MSP_SOLPRB_INFCNT_MIP'.int
getSolPrb_InfCnt_Primal()
Retrieves the value of the attribute 'MSP_SOLPRB_INFCNT_PRIMAL'.int
getSolPrb_InfeasCount()
Retrieves the value of the attribute 'MSP_SOLPRB_INFEASCOUNT'.double
getSolPrb_InfSum_Mip()
Retrieves the value of the attribute 'MSP_SOLPRB_INFSUM_MIP'.double
getSolPrb_InfSum_Primal()
Retrieves the value of the attribute 'MSP_SOLPRB_INFSUM_PRIMAL'.double
getSolPrb_Obj()
Retrieves the value of the attribute 'MSP_SOLPRB_OBJ'.int
getSolutions()
Retrieves the value of the attribute 'MSP_SOLUTIONS'.
-
-
-
Method Detail
-
getSolutions
public int getSolutions()
Retrieves the value of the attribute 'MSP_SOLUTIONS'. Msp_Solutions
-
getPrb_ValidSols
public int getPrb_ValidSols()
Retrieves the value of the attribute 'MSP_PRB_VALIDSOLS'. Msp_Prb_ValidSols
-
getPrb_FeasibleSols
public int getPrb_FeasibleSols()
Retrieves the value of the attribute 'MSP_PRB_FEASIBLESOLS'. Msp_Prb_FeasibleSols
-
getSol_Cols
public int getSol_Cols()
Retrieves the value of the attribute 'MSP_SOL_COLS'. Msp_Sol_Cols
-
getSol_NonZeros
public int getSol_NonZeros()
Retrieves the value of the attribute 'MSP_SOL_NONZEROS'. Msp_Sol_NonZeros
-
getSol_IsUserSolution
public int getSol_IsUserSolution()
Retrieves the value of the attribute 'MSP_SOL_ISUSERSOLUTION'. Msp_Sol_IsUserSolution
-
getSol_IsReProcessedUserSolution
public int getSol_IsReProcessedUserSolution()
Retrieves the value of the attribute 'MSP_SOL_ISREPROCESSEDUSERSOLUTION'. Msp_Sol_IsReProcessedUserSolution
-
getSol_BitFieldsSys
public int getSol_BitFieldsSys()
Retrieves the value of the attribute 'MSP_SOL_BITFIELDSSYS'. Msp_Sol_BitFieldsSys
-
getSolPrb_Obj
public double getSolPrb_Obj()
Retrieves the value of the attribute 'MSP_SOLPRB_OBJ'. Msp_SolPrb_Obj
-
getSolPrb_InfeasCount
public int getSolPrb_InfeasCount()
Retrieves the value of the attribute 'MSP_SOLPRB_INFEASCOUNT'. Msp_SolPrb_InfeasCount
-
getSolPrb_InfSum_Primal
public double getSolPrb_InfSum_Primal()
Retrieves the value of the attribute 'MSP_SOLPRB_INFSUM_PRIMAL'. Msp_SolPrb_InfSum_Primal
-
getSolPrb_InfCnt_Primal
public int getSolPrb_InfCnt_Primal()
Retrieves the value of the attribute 'MSP_SOLPRB_INFCNT_PRIMAL'. Msp_SolPrb_InfCnt_Primal
-
getSolPrb_InfSum_Mip
public double getSolPrb_InfSum_Mip()
Retrieves the value of the attribute 'MSP_SOLPRB_INFSUM_MIP'. Msp_SolPrb_InfSum_Mip
-
getSolPrb_InfCnt_Mip
public int getSolPrb_InfCnt_Mip()
Retrieves the value of the attribute 'MSP_SOLPRB_INFCNT_MIP'. Msp_SolPrb_InfCnt_Mip
-
-