LuisRusso / pace2024-Heuristic

Submission to the heuristic track of pace 2024
MIT License
0 stars 0 forks source link

pace2024-Heuristic

Submission to the heuristic track of pace 2024.

Implementation simulated annealing algorithm for the one-sided crossing minimization problem.

Table of contents

Getting Started

To get a copy of this software download or clone the GitHub repository.

Download:

wget https://github.com/LuisRusso/pace2024-Heuristic/archive/refs/heads/main.zip

Clone:

git clone https://github.com/LuisRusso/pace2024-Heuristic

Prerequisites

This package was tested with arch linux btw, it will most likely work with other Linux distributions and UNIX variants. Some version of the following components must exist in the system.

For Linux:

Installing

Execute make to obtain the project binary.

make

Running

The binary receives a graph in the input format through stdin.

./project < 1.gr

Authors

See also the list of [contributors] who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments