Saturday, May 14, 2005
Thursday, May 05, 2005
tutORial:Introduction to the Knapsack Problem
tutORial:Introduction to the Knapsack Problem
In this collection of modules we examine the very famous Knapsack Problem. For the benefit of readers who have not heard about this OR celebrity, here is a short description of the basic version of the problem, called the Unbounded Knapsack Problem:
In this collection of modules we examine the very famous Knapsack Problem. For the benefit of readers who have not heard about this OR celebrity, here is a short description of the basic version of the problem, called the Unbounded Knapsack Problem:
tutORial's Dijkstra's Module
tutORial's Dijkstra's Module
This module provides support for the very famous Dijkstra's Algorithm.
We follow the long and established tradition of describing this algorithm in the context of the classical shortest path problem. So the problem is to determine the shortest path between two given nodes of a network. It is assumed that the length of the arcs are not negative.
This module provides support for the very famous Dijkstra's Algorithm.
We follow the long and established tradition of describing this algorithm in the context of the classical shortest path problem. So the problem is to determine the shortest path between two given nodes of a network. It is assumed that the length of the arcs are not negative.