Implementation of a Greedy Algorithm for GMKP problem in C++
- First, you must generate instaces with my other program. See my project.
You can find releases at the top right.
- IDE C++ (e.g. Visual Studio)
Right click on project -- Property
C/C++ -- Preprocessor -- Preprocessor definitions:
WIN32
_CONSOLE
_CRT_SECURE_NO_WARNINGS
The source code for the site is licensed under the GNU General Public License v3, which you can find in the LICENSE.md file.