Popular recipes tagged "optimisation" but not "programs"http://code.activestate.com/recipes/tags/optimisation-programs/2012-04-27T02:10:56-07:00ActiveState Code RecipesTaxi Fare Splitter (Python) 2012-04-27T02:10:56-07:00James Coliinshttp://code.activestate.com/recipes/users/4167379/http://code.activestate.com/recipes/578115-taxi-fare-splitter/ <p style="color: grey"> Python recipe 578115 by <a href="/recipes/users/4167379/">James Coliins</a> (<a href="/recipes/tags/barganing/">barganing</a>, <a href="/recipes/tags/maths/">maths</a>, <a href="/recipes/tags/optimisation/">optimisation</a>). </p> <p>A method for allocating costs 'fairly' amongst a group of friends who cooperate to their mutual advantage.</p> Stepping stone algorithum for solving the transhipment problem (Python) 2008-11-29T10:40:47-08:00James Coliinshttp://code.activestate.com/recipes/users/4167379/http://code.activestate.com/recipes/576575-stepping-stone-algorithum-for-solving-the-tranship/ <p style="color: grey"> Python recipe 576575 by <a href="/recipes/users/4167379/">James Coliins</a> (<a href="/recipes/tags/optimisation/">optimisation</a>). </p> <p>The transhipment problem is to minimise the cost of transporting goods between various sources and destinations.</p>