brute_force_knapsack: Brute Force Knapsack Algorithm

Description Usage Arguments Value

Description

Calculates best values and weights for given capacity.

Usage

1

Arguments

x

Dataframe with variables v and w.

W

Integer as capacity.

parallel

Boolean makes function parallel

Value

Returns a list with best value and combination.


ugurcanlacin/Lab6 documentation built on May 7, 2019, 3:57 a.m.