| Package | Description |
|---|---|
| org.jacop.floats.core | |
| org.jacop.util |
| Modifier and Type | Field and Description |
|---|---|
static FloatIntervalDomain |
FloatIntervalDomain.emptyDomain
An empty domain, so no constant creation of empty domains is required.
|
FloatIntervalDomain |
FloatIntervalDomain.previousDomain
It specifies the previous domain which was used by this domain.
|
| Modifier and Type | Method and Description |
|---|---|
static FloatIntervalDomain |
FloatDomain.addBounds(double a,
double b,
double c,
double d) |
FloatIntervalDomain |
FloatIntervalDomain.clone()
It clones the domain object.
|
FloatIntervalDomain |
FloatIntervalDomain.cloneLight()
It clones the domain object, only data responsible for encoding domain
values is cloned.
|
static FloatIntervalDomain |
FloatDomain.divBounds(double a,
double b,
double c,
double d) |
static FloatIntervalDomain |
FloatDomain.mulBounds(double a,
double b,
double c,
double d) |
static FloatIntervalDomain |
FloatDomain.subBounds(double a,
double b,
double c,
double d) |
FloatIntervalDomain |
FloatIntervalDomain.subtract(double min,
double max)
It subtracts min..max from current domain and returns the result.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FloatIntervalDomain.fromXML(FloatIntervalDomain object,
String content)
It updates an object of type FloatIntervalDomain with the information
stored in the string.
|
| Constructor and Description |
|---|
FloatIntervalDomainIntervalEnumeration(FloatIntervalDomain dom)
It creates an enumeration for a given interval domain.
|
| Modifier and Type | Method and Description |
|---|---|
static FloatIntervalDomain[][] |
Matrix.mult(FloatInterval[][] F,
double[][] b) |
Copyright © 2016. All rights reserved.