Class LnPeqR

All Implemented Interfaces:
SatisfiedPresent

public class LnPeqR extends ExpPeqR
Constraints Ln(P) #= Q for P and Q floats

Domain consistency is used.

Version:
4.8
  • Constructor Details

    • LnPeqR

      public LnPeqR(FloatVar p, FloatVar q)
      It constructs constraint Ln(P) = Q.
      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 ExpPeqR