Class AcosPeqR

All Implemented Interfaces:
SatisfiedPresent, Stateful

public class AcosPeqR extends CosPeqR
Constraints acos(P) = R

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

Version:
4.8
  • Constructor Details

    • AcosPeqR

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

    • toString

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