GithubHelp home page GithubHelp logo

jabo17 / dynamis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dyna-mis/dynamis

0.0 0.0 0.0 28.12 MB

Dynamic Vienna Maximum/maximal Independent Set Solver

License: MIT License

C++ 87.86% CMake 2.02% C 1.65% Makefile 8.46%

dynamis's Introduction

Dynamic Maximum/Maximal Independent Set Solver

for unit-height rectangle intersection graphs

Github Page: https://dyna-mis.github.io/dynaMIS/

Requirements

  1. CGAL (>= 4.11.2)
  2. g++
# Description Our Framework contains 5 algorithms. * ors(rs) : a dynamic MIS algorithm based on orthogonal range searching (for unit squares) * graph(cg): a graph-based dynamic MIS algorithm * grid(sl): a grid-based 4-approximation algorithm (for unit squares) * gridK(slk): The group-shifting based algorithm. Need a extra parameter -k (for unit squares) * line(arrow): stabbing-line based 2-approximation algorithm ## Additionally, our framework supports the greedy optimization with the maximal independent set solver,i.e., grid, gridk, and line. The greedy versions drastically improve the solution quality, but typically at the cost of higher runtimes.

Installation

Compile the source with the Debug/Makefile file.

Usage

./dynaMIS [options]

--output, -o : output the solution
--help, -h : output this help
--algorithm, -a : algorithm in use, please using the abbreviations (see description above). To adding greedy optimization, just add 'g' to the algorithm name, e.g., 'garrow'.
--sigma, -s : width of a square

Acknowledgments

DynaMis is part of the project "Human-Centered Algorithm Engineering: Graph and Map Visualization" supported by the Austrian Science Fund (FWF) under Grant P31119.

Reference

More details see our paper "An Algorithmic Study of Fully Dynamic Independent Sets for Map Labeling"(ARXIV LINK)

dynamis's People

Contributors

dyna-mis avatar dorisli2017 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.