
==========================================================================================
             INSTALL THE BI-OBJECTIVE FLOW-SHOP SCHEDULING PROBLEM PACKAGE
==========================================================================================

The basic installation procedure goes the following:

To compile the bfsp package in the default directory,
go to bfsp/build/ and run:
    > cmake ../
    > make
    // for an easy-use of the provided application
    > make install
    // optional (if the documentation is not already available)
    > make doc

To clean everything, simply run
    > make clean


==========================================================================================
              CONTACT
==========================================================================================

For any question or for help, please write us at: paradiseo-help@lists.gforge.inria.fr.


==========================================================================================