|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchoco.AbstractEntity
choco.real.exp.AbstractRealCompoundTerm
choco.real.exp.AbstractRealBinTerm
choco.real.exp.RealMinus
public class RealMinus
An expression modelling a substraction.
| Field Summary |
|---|
| Fields inherited from class choco.real.exp.AbstractRealBinTerm |
|---|
exp1, exp2 |
| Fields inherited from class choco.real.exp.AbstractRealCompoundTerm |
|---|
inf, sup |
| Fields inherited from class choco.AbstractEntity |
|---|
hook, problem |
| Constructor Summary | |
|---|---|
RealMinus(AbstractProblem pb,
RealExp exp1,
RealExp exp2)
|
|
| Method Summary | |
|---|---|
void |
project()
Projects computed bounds to the sub expressions. |
void |
tighten()
Computes the narrowest bounds with respect to sub terms. |
| Methods inherited from class choco.real.exp.AbstractRealBinTerm |
|---|
collectVars, isolate, subExps |
| Methods inherited from class choco.real.exp.AbstractRealCompoundTerm |
|---|
getInf, getSup, intersect, intersect, toString |
| Methods inherited from class choco.AbstractEntity |
|---|
getProblem, pretty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RealMinus(AbstractProblem pb,
RealExp exp1,
RealExp exp2)
| Method Detail |
|---|
public void tighten()
RealExp
public void project()
throws ContradictionException
RealExp
ContradictionException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||