|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RealVar
An interface for a real variable : an expression and a variable with a domain.
Method Summary | |
---|---|
RealDomain |
getDomain()
|
RealInterval |
getValue()
|
void |
silentlyAssign(RealInterval i)
Modifies bounds silently (does not propagate modifications). |
Methods inherited from interface choco.Var |
---|
addConstraint, fail, getConstraint, getConstraintsIterator, getConstraintVector, getEvent, getIndexVector, getNbConstraints, getVarIndex, isInstantiated |
Methods inherited from interface choco.Entity |
---|
getProblem, pretty |
Methods inherited from interface choco.real.RealExp |
---|
collectVars, isolate, project, subExps, tighten |
Methods inherited from interface choco.real.RealInterval |
---|
getInf, getSup, intersect, intersect |
Method Detail |
---|
RealDomain getDomain()
void silentlyAssign(RealInterval i)
i
- RealInterval getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |