Initializing help system before first use

AbstractExpression

    • Constructor Detail

      • AbstractExpression

        public AbstractExpression()
    • Method Detail

      • leq

        public Inequality.Definition leq​(double rhs)
        Create a "less than or equal" constraint with this expression as left-hand side.
        Specified by:
        leq in class  Expression
        Parameters:
        rhs - Right-hand side of new constraint.
        Returns:
        The new constraint.
        Since:
        43.00
      • leq

        public Inequality.Definition leq​(Expression rhs)
        Create a "less than or equal" constraint with this expression as left-hand side.
        Specified by:
        leq in class  Expression
        Parameters:
        rhs - Right-hand side of new constraint.
        Returns:
        The new constraint.
        Since:
        43.00
      • geq

        public Inequality.Definition geq​(double rhs)
        Create a "greater than or equal" constraint with this expression as left-hand side.
        Specified by:
        geq in class  Expression
        Parameters:
        rhs - Right-hand side of new constraint.
        Returns:
        The new constraint.
        Since:
        43.00
      • geq

        public Inequality.Definition geq​(Expression rhs)
        Create a "greater than or equal" constraint with this expression as left-hand side.
        Specified by:
        geq in class  Expression
        Parameters:
        rhs - Right-hand side of new constraint.
        Returns:
        The new constraint.
        Since:
        43.00
      • eq

        public Inequality.Definition eq​(double rhs)
        Create an "equals" constraint with this expression as left-hand side.
        Specified by:
        eq in class  Expression
        Parameters:
        rhs - Right-hand side of new constraint.
        Returns:
        The new constraint.
        Since:
        43.00
      • eq

        public Inequality.Definition eq​(Expression rhs)
        Create an "equals" constraint with this expression as left-hand side.
        Specified by:
        eq in class  Expression
        Parameters:
        rhs - Right-hand side of new constraint.
        Returns:
        The new constraint.
        Since:
        43.00
      • in

        public Inequality.Definition in​(double lb,
                                        double ub)
        Create a range constraint that bounds this expression from below and above.
        Specified by:
        in in class  Expression
        Parameters:
        lb - Lower bound for this expression.
        ub - Upper bound for this expression.
        Returns:
        The new constraint.
        Since:
        43.00

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