Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 409 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 409 Bytes

MapColorGA

Map coloring using genetic algortihms

Installation

Unix

On Unix-based systems, open a terminal and run make.

Windows

Edit Makefile and set your Windows compiler (MinGW, Visual C++, etc). Run make.

Using Qt Creator

Another option is to execute Qt Creator, open the project file (MapColorFinalGUI.pro) e run it.

An executable will be created in the project root folder.