Deutsch
 
Hilfe Datenschutzhinweis Impressum
  DetailsucheBrowse

Datensatz

DATENSATZ AKTIONENEXPORT

Freigegeben

Zeitschriftenartikel

Compile-Time Analysis of Nonlinear Constraints in CLP(R)

MPG-Autoren
/persons/resource/persons44582

Hanus,  Michael
Programming Logics, MPI for Informatics, Max Planck Society;

Externe Ressourcen

https://rdcu.be/dtXKW
(Verlagsversion)

Volltexte (beschränkter Zugriff)
Für Ihren IP-Bereich sind aktuell keine Volltexte freigegeben.
Volltexte (frei zugänglich)
Es sind keine frei zugänglichen Volltexte in PuRe verfügbar
Ergänzendes Material (frei zugänglich)
Es sind keine frei zugänglichen Ergänzenden Materialien verfügbar
Zitation

Hanus, M. (1995). Compile-Time Analysis of Nonlinear Constraints in CLP(R). New Generation Computing, 13(2), 155-186. doi:10.1007/BF03038312.


Zitierlink: https://hdl.handle.net/11858/00-001M-0000-0014-ACF2-3
Zusammenfassung
Solving nonlinear constraints over real numbers is a complex problem.
Hence constraint logic programming languages like CLP($\cal R$) or Prolog III
solve only linear constraints and delay nonlinear constraints
until they become linear. This efficient implementation method
has the disadvantage that sometimes computed answers are unsatisfiable
or infinite loops occur due to the unsatisfiability of delayed
nonlinear constraints. These problems could be solved by using
a more powerful constraint solver which can deal with nonlinear
constraints like in RISC-CLP(Real). Since such powerful constraint
solvers are not very efficient, we propose a compromise between
these two extremes. We characterize a class of CLP($\cal R$) programs
for which all delayed nonlinear constraints become linear at run time.
Programs belonging to this class can be safely executed with the
efficient CLP($\cal R$) method while the remaining programs need a
more powerful constraint solver.