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.
|
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.
|
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 © 2022. All rights reserved.