Package choco.real.var

A package devoted to contiinuous domains and variables.

See:
          Description

Interface Summary
RealDomain An interface for real variable domains.
 

Class Summary
RealDomainImpl An implmentation of real variable domains using two stored floats for storing bounds.
RealVarEvent An event for real interval variable modifications.
RealVarImpl An implementation of real variables using RealDomain domains.
 

Package choco.real.var Description

A package devoted to contiinuous domains and variables. Such domains are modelled as two stored floating values, that is two backtrackable double values.