aeolus-project / opossum

Multi-objective Solver for the Package Server Location Problem
Other
5 stars 0 forks source link

Copyright (c) 2012, Arnaud Malapert, I3S (UNS-CNRS) This software is distributed under a Modified BSD License (see LICENSE file).

################################################################# oPoSSuM : Package Server Solver for Multiobjective optimization ################################################################

oPoSSuM is a c++ library for solving the multiobjective package location server problem with a mathematical programming solver (CPLEX). oPoSSum was partially supported by the Agence National de la Recherche (Aeolus project -- ANR-2010-SEGI-013-01).

== README ==

  1. PREREQUISITES
  2. BUILDING
  3. INSTALLING
  4. EXECUTING
  5. DOCUMENTATION
  6. RELEASE
  7. CONTRIBUTING

== 1. PREREQUISITES == This project works on 32 bits and 64 bits environment. This project requires:

== 3. INSTALLING ==

Once the project has been built (see "BUILDING"), execute "make install".

== 4. EXECUTING ==

Once the project has been installed (see "INSTALLING"), export the environment path ILOG_LICENSE_FILE and set on the path your CPLEX Licence and execute "bin/Release/opossum".

== 5. DOCUMENTATION ==

Look for the most up-to-date documentation on the oPoSSuM web site, under the Documentation menu

== 6. RELEASE ==

The opossum-${project.version}.zip file is composed of the following directories and files:

== 7. CONTRIBUTING ==

Arnaud Malapert : Assistant professor, I3S (UNS-CNRS). Mohamed REZGUI : PhD Student, I3S (UNS-CNRS).