0
$\begingroup$

I'm currently study operations research and want to implement some of its algorithms programmatically. I'm now interested in these algorithms: 1.North west corner rule method in transportation theory.

  1. Potentials Method for finding optimal solution in transportation theory.

  2. Duality

  3. Table Simplex method

I can't find any information about this method which will help me to implement this programmatically (by which I mean: detailed steps and algorithm description).

Maybe someone give useful links or describe this method in a form ready for program implementation (detailed steps and instructions)?

  • 0
    Don't you think this is more apt for the theoretical computer sciences forum(http://cstheory.stackexchange.com/)?2012-12-09

1 Answers 1