ap.terfor.linearcombination.LinearCombination
Ordering that relates linear combinations a, b if the value of a is always going to be in relationship with b. E.g., x + 3 < x + 5 .
a, b
a
b
x + 3 < x + 5
(Since version ) see corresponding Javadoc for more information.
Ordering that relates linear combinations
a, b
if the value ofa
is always going to be in relationship withb
. E.g.,x + 3 < x + 5
.