Class BinaryNode

java.lang.Object
org.jacop.floats.constraints.linear.BinaryNode
Direct Known Subclasses:
BNode, VariableNode

public abstract class BinaryNode extends Object
Binary Node of the tree representing linear constraint.
Version:
4.10
  • Field Details

  • Constructor Details

    • BinaryNode

      public BinaryNode()
  • Method Details

    • propagateAndPrune

      abstract void propagateAndPrune()
    • prune

      abstract void prune()
    • propagate

      abstract void propagate()
    • min

      abstract double min()
    • max

      abstract double max()
    • lb

      abstract double lb()
    • ub

      abstract double ub()
    • updateBounds

      abstract void updateBounds(double min, double max, double lb, double ub)
    • toString

      public String toString()
      Overrides:
      toString in class Object