Initializing help system before first use

XPRSprob.Solution

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

      Modifier and Type Field Description
      double[] djs
      Dual values for variables (reduced costs).
      double[] duals
      Dual values for constraints.
      double[] slack
      Primal row slacks.
      double[] x
      Primal x vector.
    • Constructor Summary

      Constructor Description
      Solution()  
      Solution​(int rows, int cols, boolean hasDuals)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • x

        public double[] x
        Primal x vector.
      • slack

        public double[] slack
        Primal row slacks.
      • duals

        public double[] duals
        Dual values for constraints. This will be null for MIP solutions.
      • djs

        public double[] djs
        Dual values for variables (reduced costs). This will be null for MIP solutions.
    • Constructor Detail

      • Solution

        public Solution()
      • Solution

        public Solution​(int rows,
                        int cols,
                        boolean hasDuals)

© 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.