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

Fix Execution Time Calculation #79

Open MaxKissgen opened 2 years ago

MaxKissgen commented 2 years ago

Currently, algorithms excluded from further analysis with divideIntoConnectedComponents() in the OCDAlgorithmExecutor just have an execution time of 0 since the corresponding variable is only initalized but not filled afterwards. This needs to be fixed.