/mo-utils

Shared utilities for multiple objective optimization solvers

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

mo-utils

Shared utilities for multiple objective optimization solvers.

These utilities are used by biobj-simplex and mo-solver.

Running tests

First install dependencies:

  • CMake
  • CppUnit

apt-get install cmake libcppunit-dev

Then build the test suite:
mkdir build
cd build
cmake ..
make

And test!
test/mo_utils_tests