Next: The Finite Domains Library
Up: ECLiPSe Obsolete Libraries Manual
Previous: ECLiPSe Obsolete Libraries Manual
  Index
This manual contains documentation for libraries which are still part
of the ECLiPSe distribution, but whose use is deprecated.
Typically, the libraries have been replaced by newer implementation which
provide similar or extended functionality.
The old documentation is provided here mainly to ease the task of porting
existing code to the newer libraries. Documentation for the new libraries
can be found in the Constraint Library Manual and the Reference Manual.
Here is a short overview of the obsolete libraries and where to find
replacement functionality:
- fd
- The numeric functionality of the finite-domain library is
subsumed by the ic interval solver library.
The symbolic domain constraints are provided by the ic_symbolic
library.
The branch-and-bound functionality can now be found in more generic
form in the branch_and_bound library.
- conjunto
- Most of this set solver's functionality is available in the
new ic_sets library.
- range
- Now subsumed by the ic library.
- ria
- Now subsumed by the ic library.
- ic_eplex, range_eplex
- Now replaced by standalone eplex
(
lib(eplex)
now loads standalone eplex instead of
range_eplex
).
Warwick Harvey
2004-08-07