Initializing help system before first use

PWL

  • java.lang.Object
    • com.dashoptimization.objects.PWL
  • All Implemented Interfaces:
    Index, java.lang.Comparable<PWL>

    public final class PWL
    extends java.lang.Object
    implements Index, java.lang.Comparable<PWL>
    A piecewise linear constraint.
    Since:
    43.00
    • Nested Class Summary

      Modifier and Type Class Description
      static class  PWL.Definition
      A piecewise linear function constraint.
    • Method Summary

      Modifier and Type Method Description
      int compareTo​(PWL other)
      boolean equals​(java.lang.Object other)
      PwlBreakpoint[] getBreakpoints()
      Get the breakpoints for this piecewise linear constraint.
      int getIndex()
      Get the index that this object has in the underlying model.
      int getIndexForProb​(XpressProblem xprob)
      Get the index stored in this object but raise an exception if the problem that created this object is not prob.
      Variable getInput()
      Get the input for this piecewise linear constraint.
      java.lang.String getName()
      Get the name of this object.
      XpressProblem getProblem()
      Get the problem to which this element belongs.
      Variable getResultant()
      Get the resultant for this piecewise linear constraint.
      int hashCode()  
      PWL setName​(java.lang.String newName)
      Set the name of this PWL.
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, toString, wait, wait, wait

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