Skip to content

ikmOfSA/Algorithms-batch_man

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Algorithms-batch_man

Implement algorithm to solve the batch manufacturing problem of dynamic programming. Two approaches are implemented: the value iteration and the policy iteration.

What's more, I wrote code to solve the system of equitions which are used in the algorithm, using techniques such as Gaussian Elimination and Partial Pivoting.

Files

  1. batch_man_value.c generates program that using the value iteration approach to solve the problem.
  2. batch_man_policy.c generates program that using the policy iteration approach to solve the problem.

About

Implement algorithm to solve the batch manufacturing problem of dynamic programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages