Bob++

Author:
    Bertrand Le Cun and Franois Galea 

Introduction
The Bob++ Library is a set of C++ classes. Its goal is to allow easy implementation of sequential and parallel search algorithms (Branch and X, Dynamic programming, etc) to solve your own problems.

The official web page of the project is https://bobpp.prism.uvsq.fr

The lastest version of this documentation could be reached at http://bobpp.prism.uvsq.fr
Features

    * Object Oriented
    * Several Search Algorithms User Algorithms
    * Automatic Options and Parameters Handling ( see The Options Module).
    * Error Handling
    * transparent parallelizations (shared memory, or distributed memory machines) (see The Bob++ environment)
