Code Monkey home page Code Monkey logo

set-covering-problem's Introduction

Set Covering Problem

A computational study of different approaches with CPLEX

The present work deals with the implementation of several methods for the preprocessing and the exact resolution of the Set Covering Problem (SCP) with techniques of Mixed-Integer Linear Programming (MILP).

The main ideas used in this project were provided by the works of E. Balas and A. Ho (1, 2). The implemented approaches have been tested on the scpnre1-scpnrf5 instances available on the OR-Library. The results obtained are described in this report.

The solver requires the following software:

To install the last four libraries (required by Armadillo), on Ubuntu or Debian, you can run the following command:

$ sudo apt update
$ sudo apt install cmake libopenblas-dev liblapack-dev libarpack2-dev libsuperlu-dev

Once you have installed them in your computer, you should change the CPLEX_HOME and the BOOST_HOME variables in Makefile.

To build the solver, type:

$ mkdir lib
$ make cpxsol   # to build the solver with cplex, or
$ make balsol   # to build the Balas solver

Try the solver:

$ ./lib/cpxsol --inputFile data/scpnre1.txt --solver cplex --timeLimit 10

Available Features

Available
Presolver none (default)
cpxdom
Solver cplex (default)
maxcol

Extensions

Future extensions of the project include performance improvements and the implementation of a solver (both heuristic and with optimality test) that does not depend on CPLEX.

set-covering-problem's People

Contributors

caerbannogwhite avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.