<div dir="ltr">As any thought ever being put in to creating a function to return the least cost path?<div><br></div><div>If I have a network which for example represents he amount of effort it takes to get from one places to another and the distances between places, what I would like to do is calculate the path across the network that is going to reflect the lowest cost.  <br><br>If I use one of the many dykstra calls on the distance metric it will generate a path that follows the shortest route.  What I actually one to get is the shortest path that also requires the least effort to navigate.  Any suggestions ?</div><div><br></div><div>Dave/.</div></div>