Coder Social home page Coder Social logo

joszamama / wmdsp-api Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 18.35 MB

API for executing the W-MDSP problem using IG algorithms

Home Page: https://wmdsp-api.onrender.com

License: GNU General Public License v3.0

Dockerfile 0.27% Java 40.78% HTML 5.23% Jupyter Notebook 53.72%
domination graphs greedy-algorithm

wmdsp-api's Introduction


Minimum Weighted Dominating Set Problem

An iterated greedy algorithm for finding the minimum dominating set in weighted graphs

Report Bug · Request Feature

About The Project

A dominating set in a weighted graph is a set of vertices such that every vertex outside the set is adjacent to a vertex in the set, and the sum of edge weights incident to the set for every vertex is at least K. The domination number is the minimum cardinality of a dominating set in the graph. The problem of finding the minimum weighted dominating set is a combinatorial optimization problem that has been proved to be N P-hard. Given the difficulty of this problem, an Iterated Greedy algorithm is proposed for its solution and it is compared to the solution given by an exact algorithm and by the state-of-art algorithms. Computational results show that the proposal is able to find optimal or near-optimal solutions within a short computational time.

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

To run and test this project locally, you must have Maven, Java 19 and Git installed.

Installation

  1. Clone the repo:
    git clone https://github.com/joszamama/dominating-set.git
  2. Install the Maven dependencies:
    cd dominating-set
    mvn clean compile

(back to top)

License

Distributed under the EPL-2.0 license. See LICENSE.md for more information.

(back to top)

wmdsp-api's People

Contributors

joszamama avatar

Stargazers

David Romero Organvídez 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.