Initializing help system before first use

XPRSmseGetSolutionDiffListener

  • All Superinterfaces:
    java.util.EventListener


    public interface XPRSmseGetSolutionDiffListener
    extends java.util.EventListener
    Interface for handling MseGetSolutionDiff events.
    • Method Summary

      Modifier and Type Method and Description
      int XPRSmseGetSolutionDiffEvent(XPRSmipsolenum mse, java.lang.Object vContext, int nCols, int iSolutionId_1, int iElemCount_1, double dMipObj_1, double[] Vals_1, int[] iSparseIndices_1, int iSolutionId_2, int iElemCount_2, double dMipObj_2, double[] Vals_2, int[] iSparseIndices_2, DoubleHolder dDiffMetric) 
    • Method Detail

      • XPRSmseGetSolutionDiffEvent

        int XPRSmseGetSolutionDiffEvent(XPRSmipsolenum mse,
                                        java.lang.Object vContext,
                                        int nCols,
                                        int iSolutionId_1,
                                        int iElemCount_1,
                                        double dMipObj_1,
                                        double[] Vals_1,
                                        int[] iSparseIndices_1,
                                        int iSolutionId_2,
                                        int iElemCount_2,
                                        double dMipObj_2,
                                        double[] Vals_2,
                                        int[] iSparseIndices_2,
                                        DoubleHolder dDiffMetric)