Skip to content

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

License

Notifications You must be signed in to change notification settings

dariodenardi/Greedy-Algorithm-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.