Skip to content

Commit

Permalink
results and selected nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaclo97 committed Apr 21, 2024
1 parent b777a8e commit 601c970
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ All txt format instances can be found in instances folder.

## Repository folders

Results folder has per instance the objective function and selected nodes for our proposal, exact and previous approaches.

- code:source code of the proposal.
- instances: Within it, there are 2 folders, one with the pmed instances (120) and the other with the kmedian instances (108).
- results.xlsx: A file containing 3 sheets, the first for the exact values, the second for the pmed instances, and the third for the kmedian instances. Each sheet has per instance the objective value, computational time, and comparison with the previous algorithm Cherkesly et al., showing the deviation and number of best solutions.
- selected.xlsx: Shows for the pmed and kmedian instances the nodes chosen by our proposal and Cherkesly et al.
- MPIF.jar: It is the final executable of the application; further information is provided below.

## Executable

Expand Down
Binary file added results.xlsx
Binary file not shown.
Binary file added selected.xlsx
Binary file not shown.

0 comments on commit 601c970

Please sign in to comment.