Skip to content

C++ Implementation of Scatter Search Algotirhm as discribed in "The Index Selection Problem with Configurationsand Memory Limitation: A Scatter Search Approach"

Notifications You must be signed in to change notification settings

RuslanKain/odbdp-ssa

Repository files navigation

odbdp-ssa

C++ Implementation of Scatter Search Algotirhm as discribed in "The Index Selection Problem with Configurationsand Memory Limitation: A Scatter Search Approach"

Creates exectuable that solves problem instance .odbdp files. Resulting Solution is outputed as a .sol file along side a .txt file showing timeing and objective value optained during run time

Command to run in cmd prompt:

obdbdp.exe i#.q#.c#.g#.m#.odbdp -t #

Where # in the .odbdp file specifies the problem instance, and # after -t is the number of seconds of run-time

About

C++ Implementation of Scatter Search Algotirhm as discribed in "The Index Selection Problem with Configurationsand Memory Limitation: A Scatter Search Approach"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages