| Package | Description |
|---|---|
| org.jacop.floats.constraints |
| Class and Description |
|---|
| CosPeqR
Constraints cos(P) = R
Bounds consistency can be used; third parameter of constructor controls this.
|
| ExpPeqR
Constraints exp(P) #= Q for P and Q floats
Domain consistency is used.
|
| PmulCeqR
Constraint P * C = R for floats
Boundary consistency is used.
|
| PmulQeqR
Constraint P * Q = R for floats
Boundary consistency is used.
|
| PplusCeqR
Constraint P + C #= R
Bound consistency is used.
|
| PplusQeqR
Constraint P + Q = R
Bound consistency is used.
|
| SinPeqR
Constraints sin(P) = R
Bounds consistency can be used; third parameter of constructor controls this.
|
| TanPeqR
Constraints sin(P) = R
Bounds consistency can be used; third parameter of constructor controls this.
|
Copyright © 2016. All rights reserved.