|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RealExp
An interface for real expressions.
| Method Summary | |
|---|---|
java.util.Set |
collectVars(java.util.Set s)
Collects recursively all the variable this expression depends on. |
boolean |
isolate(RealVar var,
java.util.List wx,
java.util.List wox)
Isolates sub terms depending or not on a variable x. |
void |
project()
Projects computed bounds to the sub expressions. |
java.util.List |
subExps(java.util.List l)
Computes recursively the sub expressions (avoids to tighten and project recursively). |
void |
tighten()
Computes the narrowest bounds with respect to sub terms. |
| Methods inherited from interface choco.real.RealInterval |
|---|
getInf, getSup, intersect, intersect |
| Method Detail |
|---|
void tighten()
void project()
throws ContradictionException
ContradictionExceptionjava.util.List subExps(java.util.List l)
java.util.Set collectVars(java.util.Set s)
boolean isolate(RealVar var,
java.util.List wx,
java.util.List wox)
var - wx - wox -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||