Class BTree
- java.lang.Object
-
- org.jacop.floats.constraints.linear.BTree
-
public class BTree extends java.lang.Object
Binary Node of the tree representing linear constraint.- Version:
- 4.8
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.String
printNode(BinaryNode node)
java.lang.String
toString()
-
-
-
Field Detail
-
root
RootBNode root
-
-
Constructor Detail
-
BTree
public BTree(RootBNode root)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
printNode
java.lang.String printNode(BinaryNode node)
-
-