greedy_knapsack: Title greedy_knapsack

Description Usage Arguments Value

Description

This function uses Greedy heuristic. It does not return an exact result but it will reduce the computational complexity.

Usage

1

Arguments

x

Data frame which consists the value and the weight for each object.

W

The knapsack size

Value

The functoin returns a list containing two named objects:


stasinak/Adv_R6 documentation built on May 14, 2019, 4:03 a.m.