Package choco.palm.real

This package contains classes for real-based objects (real constraints, variables, explanations).

See:
          Description

Interface Summary
PalmRealDomain Interface for a PaLM real domain.
PalmRealInterval Interface of a real interval in PaLM.
PalmRealVar Interface of a real variable in PaLM.
PalmRealVarListener Interface for listeners that need to be warned when modification on real variables occurs.
 

Class Summary
PalmRealDomainImpl Default implementation of PaLM real domain.
PalmRealMath Explained interval arithmetic.
PalmRealModeler J-CHOCO Copyright (C) F.
PalmRealVarEvent Implements an event for real variable of PaLM.
PalmRealVarImpl Default implementation of PaLM real variables.
 

Package choco.palm.real Description

This package contains classes for real-based objects (real constraints, variables, explanations). For sake of clarity, constraints, expressions, search and explanations are contined in "sub packages".