Class AsinPeqR

  • All Implemented Interfaces:
    SatisfiedPresent, Stateful

    public class AsinPeqR
    extends SinPeqR
    Constraints asin(P) = R

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

    Version:
    4.8
    • Constructor Detail

      • AsinPeqR

        public AsinPeqR​(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 SinPeqR