Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 640 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 640 Bytes

Greedy Algorithm

Implementation of a Greedy Algorithm for GMKP problem in C++

Requirements

  • First, you must generate instaces with my other program. See my project.

Programs

You can find releases at the top right.

Code compilation

  • IDE C++ (e.g. Visual Studio)

Configuration Visual Studio 2017

Right click on project -- Property

C/C++ -- Preprocessor -- Preprocessor definitions:

WIN32
_CONSOLE
_CRT_SECURE_NO_WARNINGS

License

The source code for the site is licensed under the GNU General Public License v3, which you can find in the LICENSE.md file.