Giter Club home page Giter Club logo

biobj-simplex's Introduction

A biobjective parametric simplex

This is a C++ implementation of a parametric simplex algorithm aimed at solving linear programmes with two objective functions. It relies on the OSI library.

Installation

You first need to install CMake, CppUnit, Coin-OR's CLP and OSI:
apt-get install cmake libcppunit-dev coinor-libclp1 coinor-libclp-dev coinor-libcoinutils3 coinor-libcoinutils-dev coinor-libosi1 coinor-libosi-dev

Then:
cd your_work_dir
git clone https://github.com/tvincent2/mo-utils.git
git clone https://github.com/tvincent2/biobj-simplex.git
cd biobj-simplex
mkdir build
cd build
cmake ..
make

You can then lauch tests:
./test/biobj-simplex-tests

How to use it

Biobj-simplex can be used a callable library. Examples can be found in the examples directory.

It is planed to add a mode where the user just calls an executable and passes an instance file as a parameter.

How it works

For more information about this, see Multicriteria Optimization by Matthias Ehrgott, (Springer, 2005, ISBN 978-3-540-27659-3).

Why OSI

Because it's free (as in free speech).

License

LGPL 2.1. See LICENSE.md for more info.

biobj-simplex's People

Contributors

tvincent2 avatar

Watchers

 avatar  avatar

Forkers

falcong

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.