You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, you must generate instaces with my other program. See my project
CMake must be installed on linux distribution. Read Tutorial
You also need a modern version of GCC, that supports at least C++11
Run the program
Open terminal
Move to the new directory: cd Greedy
Create a build directory: mkdir build
Move to the build directory: cd build
Run cmake: cmake ..
Run make: make
Run the executable that you find into Greedy/build/build/bin: ./GreedyAlgorithm [nameInstance] [Q] where nameInstance is the name of instance and Q is a number (1, 2, 3, 4, 5 or 6)