Initializing help system before first use

XPRSprob.MIPEntityInfo

  • java.lang.Object
    • com.dashoptimization.XPRSprob.MIPEntityInfo
    • Field Summary

      Modifier and Type Field Description
      int[] colind
      Indices of MIP entities.
      byte[] coltype
      Type of MIP entities.
      double[] limit
      Bounds for semi and partial variables.
      double[] refval
      Reference values for SOS members.
      int[] setind
      Indices of SOS members.
      int[] setstart
      Start of SOS in setind and refval.
      byte[] settype
      Type of SOS.
    • Constructor Summary

      Constructor Description
      MIPEntityInfo()
      Create a new empty instance.
      MIPEntityInfo​(int ngents, int nsets, int setmembers)
      Create a new instance that has room for holding information about the specified numbers of entities.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • coltype

        public final byte[] coltype
        Type of MIP entities.

        Used in these examples:

        • AddMipSol
        • FixBV
        • RoundInt
        Since:
        43.00
      • colind

        public final int[] colind
        Indices of MIP entities.

        Used in these examples:

        • AddMipSol
        • FixBV
        • IISExample
        • RoundInt
        Since:
        43.00
      • limit

        public final double[] limit
        Bounds for semi and partial variables.
        Since:
        43.00
      • settype

        public final byte[] settype
        Type of SOS.
        Since:
        43.00
      • setstart

        public final int[] setstart
        Start of SOS in setind and refval.
        Since:
        43.00
      • setind

        public final int[] setind
        Indices of SOS members.
        Since:
        43.00
      • refval

        public final double[] refval
        Reference values for SOS members.
        Since:
        43.00
    • Constructor Detail

      • MIPEntityInfo

        public MIPEntityInfo()
        Create a new empty instance.

        Used in these examples:

        • AddMipSol
        • FixBV
        • RoundInt
        Since:
        43.00
      • MIPEntityInfo

        public MIPEntityInfo​(int ngents,
                             int nsets,
                             int setmembers)
        Create a new instance that has room for holding information about the specified numbers of entities.

        Used in these examples:

        • AddMipSol
        • FixBV
        • RoundInt
        Parameters:
        ngents - Number of global entities.
        nsets - Number of sets.
        setmembers - Number of elements in sets.
        Since:
        43.00

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.