Package CoinDjinni: Information

    Source package: CoinDjinni
    Version: 2.2.4-alt1
    Build time:  Feb 14, 2012, 09:53 AM
    Report package bug
    License: ISC License
    Summary: A Templatized C++ Framework with Python Bindings for Heuristic Search
    Description: 
    Djinni is a framework for implementing heuristic search algorithms. The
    core elements are coded in C++ and python bindings are provided to
    simplify the user interface. The current version of Djinni implements
    compressed annealing (Ohlmann et al., 2004), a generalization of the
    well-known simulated annealing algorithm, and includes code used by
    Ohlmann and Thomas (2007) to solve the traveling salesman problem with
    time windows (TSPTW). The Djinni framework uses C++ templates to
    separate code into three parts: a heuristic search algorithm, a problem
    model, and problem data. Thus, it is straightforward to apply compressed
    or simulated annealing to problems other than the TSPTW. Furthermore, it
    is not difficult to apply different heuristic search algorithms to the
    same problem.

    List of rpms provided by this srpm:
    CoinDjinni-devel (noarch)
    CoinDjinni-docs (noarch)
    python-module-djinni (x86_64, i586)
    python-module-djinni-debuginfo (x86_64, i586)


    List of contributors:
    Eugeny A. Rostovtsev

      1. boost-devel
      2. doxygen
      3. graphviz
      4. swig
      5. python-devel
      6. gcc-c++

    Last changed


    Feb. 14, 2012 Eugeny A. Rostovtsev 2.2.4-alt1
    - Initial build for Sisyphus