Next Article in Journal
Non-Stationary Stochastic Global Optimization Algorithms
Next Article in Special Issue
A Constructive Heuristics and an Iterated Neighborhood Search Procedure to Solve the Cost-Balanced Path Problem
Previous Article in Journal
Algorithms for Automatic Data Validation and Performance Assessment of MOX Gas Sensor Data Using Time Series Analysis
Previous Article in Special Issue
Images Segmentation Based on Cutting the Graph into Communities
 
 
Article
Peer-Review Record

Foremost Walks and Paths in Interval Temporal Graphs

Algorithms 2022, 15(10), 361; https://doi.org/10.3390/a15100361
by Anuj Jain 1,2,*,‡ and Sartaj Sahni 2,‡
Reviewer 1: Anonymous
Reviewer 2:
Algorithms 2022, 15(10), 361; https://doi.org/10.3390/a15100361
Submission received: 16 August 2022 / Revised: 22 September 2022 / Accepted: 22 September 2022 / Published: 29 September 2022

Round 1

Reviewer 1 Report

The paper is very interesting. It is also well written, clear, concise and well explained. It presents significant contributions to graph theory and practice.

There are just some minor formatting issues: in some lines (i.e. line 225) the equations overlap, and the text surpasses the margins. Please check.

In my opinion, algorithm are better explained when they have inputs and outputs, to help the reader. I suggest to add those two rows in your algorithms' description.

Author Response

  1. Problems with line 225 where text was surpassing the margins and the equations were overlapping has been fixed.
  2. INPUT and OUTPUT has been added to both the mwf and mhf algorithms as suggested. Please check these changes on starting line# 304 for mhf algorithm and starting line#498 for mwf algorithm

Reviewer 2 Report

The authors propose an algorithm for solving some graphs problems. They prove that the problems are NP-hard. They prove the correctness of the proposed algorithm. The proposed algorithm is describe with pseudo-code.

Paper is well written and understandable. The only weakness is comparison. The problem is NP-hard, thus for it is very appropriate to apply some metaheuristic approach. Can you compare the performance of your algorithm with some metaheuristics?

Author Response

Our pseudopolynomial time algorithm finds the optimal solution and its runtime is quite acceptable on our test data. Hence we see no value in developing a meta-heuristic for the kind of datasets we have.

Further, the fine tuning of a meta heuristic to obtain good performance is sufficiently detailed to warrant a separate publication.

Back to TopTop