Class AtanPeqR

  • All Implemented Interfaces:
    SatisfiedPresent

    public class AtanPeqR
    extends TanPeqR
    Constraints atan(P) = R

    Bounds consistency can be used; third parameter of constructor controls this.

    Version:
    4.7
    • Constructor Detail

      • AtanPeqR

        public AtanPeqR​(FloatVar p,
                        FloatVar q)
        It constructs sin(P) = Q constraints.
        Parameters:
        p - variable P
        q - variable Q
    • Method Detail

      • toString

        public java.lang.String toString()
        Description copied from class: Constraint
        It produces a string representation of a constraint state.
        Overrides:
        toString in class TanPeqR