Code Monkey home page Code Monkey logo

or-scp-cs-src's Introduction

The Set Covering Problem with Conflicts on Sets (SCP-CS)

This source code is provided as an attachment to the article Solving the Set Covering Problem with Conflicts on Sets: A new parallel GRASP by Francesco Carrabs, Raffaele Cerulli, Renata Mansini, Lorenzo Moreschini1 and Domenico Serra.

Documentation

For more information on how to use this software refer to the documentation files inside the docs/ folder.

Experimental results

The set of files containing the experimental results presented in the paper can be found in the results folder and can be downloaded in a zip archive.

How to cite

@article{CARRABS2024106620,
    title = {Solving the Set Covering Problem with Conflicts on Sets: A new parallel GRASP},
    journal = {Computers & Operations Research},
    volume = {166},
    pages = {106620},
    year = {2024},
    issn = {0305-0548},
    doi = {https://doi.org/10.1016/j.cor.2024.106620},
    url = {https://www.sciencedirect.com/science/article/pii/S0305054824000923},
    author = {Francesco Carrabs and Raffaele Cerulli and Renata Mansini and Lorenzo Moreschini and Domenico Serra},
    keywords = {Heuristics, Set Covering Problem, Conflicts, GRASP, Parallel algorithm},
    abstract = {In this paper, we analyze a new variant of the well-known NP-hard Set Covering Problem, characterized by pairwise conflicts among subsets of items. Two subsets in conflict can belong to a solution provided that a positive penalty is paid. The problem looks for the optimal collection of subsets representing a cover and minimizing the sum of covering and penalty costs. We introduce two integer linear programming formulations and a quadratic one for the problem and provide a parallel GRASP (Greedy Randomized Adaptive Search Procedure) that, during parallel executions of the same basic procedure, shares information among threads. We tailor such a parallel processing to address the specific problem in an innovative way that allows us to prevent redundant computations in different threads, ultimately saving time. To evaluate the performance of our algorithm, we conduct extensive experiments on a large set of new instances obtained by adapting existing instances for the Set Covering Problem. Computational results show that the proposed approach is extremely effective and efficient providing better results than Gurobi (tackling three alternative mathematical formulations of the problem) in less than 1/6 of the computational time.}
}

Footnotes

  1. Corresponding author, contact him at [email protected]. โ†ฉ

or-scp-cs-src's People

Contributors

lmores avatar

Watchers

 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.