Skip to content

Solutions for Capacitated Facility Location Problem

Notifications You must be signed in to change notification settings

SiskonEmilia/CFLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CFLP Solutions

We use climbing hill algorithm and genetic algorithm to solve CFLP problem. This repository contains all related code. All program compiled with g++ has passed all 71 benchmark cases on MacOS.

Directory Structure

- CFLP/
| - CH/: Code for Climbing Hill Algorithm
| - GA/: Code for Genetic Algorithm
| - Instances/: 71 benchmark cases

Usage

After enter any of the two algorithm folders, use command below to start executing the algorithm and compute result for 71 benchmark cases in Instances/.

g++ *.cpp *.hpp -std=c++11
./a.out

About

Solutions for Capacitated Facility Location Problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages