Skip to content

GregMKerr/KnapsackSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage: <instance filename> <algorithm> [FPTAS num ignored bits] [-v]

ALGORITHM:
1 - bruteforce
2 - Greedy (cost/weight ratio heuristic)
3 - Branch and Bound (cost as bounding factor)
4 - Dynamic Programming (cost decomposition)
5 - FPTAS

About

A collection of Knapsack solving algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages