rwth-acis / REST-OCD-Services

This repository contains the OCD service of WebOCD. In the repository, java based codes of overlapping community detection algorithms (OCDA) can be found.
Apache License 2.0
14 stars 10 forks source link

Ensure Algorithms execute only on compatible graphs #74

Open MaxKissgen opened 2 years ago

MaxKissgen commented 2 years ago

With some ocd algorithms not being compatible for some graph types, we should disallow using them on incompatible ones per default.

Note: Execution on incompatible types could still be allowed but only if the user explicitly chooses to do so (e.g. tick a box in the web client).