Optimization: principles and algorithms, by Michel Bierlaire
Functions
knapsackExact.m File Reference

Solves the knapsack problem using integer optimization. More...

Go to the source code of this file.

Functions

function knapsackExact (in u, in w, in capacity)
 

Detailed Description

Solves the knapsack problem using integer optimization.

See section 25.2.1 of [1]

Note
Tested with run2702.m
Author
Michel Bierlaire
Date
Tue Apr 14 10:27:36 2015

Definition in file knapsackExact.m.

Function Documentation

◆ knapsackExact()

function knapsackExact ( in  u,
in  w,
in  capacity 
)
Copyright 2015-2018 Michel Bierlaire