Skip to content
/ SALBP2 Public

Simulated Annealing algorithm for SALBP-2 problem.

License

Notifications You must be signed in to change notification settings

lanahra/SALBP2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SALBP-2 - Simulated Annealing

Simulated annealing heuristic implementation for the Simple Assembly Line Balancing Problem type 2 (SALBP-2)

Installation

Clone repository and compile binary:

git clone https://github.com/lanahra/SALBP2.git
cd SALBP2/simulated-annealing
make

Usage

Run the command:

./salbp2-sa INSTANCE WORKSTATIONS SEED STEPS
    INSTANCE instance file
    WORKSTATION fixed number of workstations
    SEED seed for random number generation
    STEPS number of iterations

Or run the solve.sh script containing preset parameters.