Comet (programming language)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by InternetArchiveBot (talk | contribs) at 08:44, 7 July 2019 (Rescuing 1 sources and tagging 0 as dead. #IABot (v2.0beta15)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Comet is a commercial programming language designed by Brown University professor Dr. Pascal Van Hentenryck used to solve complex combinatorial optimization problems in areas such as resource allocation and scheduling. It offers a range of optimization algorithms: from mathematical programming to constraint programming, local search algorithm and "dynamic stochastic combinatorial optimization."[1]

Comet programs specify local search algorithms as two components:

  • a high-level model describing the applications in terms of constraints, constraint combinators, and objective functions;
  • a search procedure expressed in terms of the model at a high abstraction level.

This approach promotes reusability across applications.

Its API allows it to be used as a software library. Comet also features high-level abstractions for parallel and distributed computing, based on loop scheduling, interruptions, and work stealing.

References

  1. ^ Taylor, J., "First Look - Dynadec Comet", July 8, 2009

External links