Simple Project List Software Map

18 projects in result set
Última actualización: 2013-07-16 21:49

PHP Clarke and Wright Algorithm

PHP Clarke and Wright Algorithm is a class that can solve a truck routing problem with the Clarke and Wright algorithm. It attempts to solve the problem of determining the routes by which a given number of trucks with different weight and volume capacity will be dispatching deliveries to a certain number of clients distributed geographically within certain time windows.
The class takes as parameters the nodes of positions of each client, the demands of each client, a matrix of distance between nodes, and the capacity of each truck.
It computes the route for each truck, as well the time and distance to drive to each customer and the volume and weight to transport.

(Machine Translation)
Última actualización: 2013-06-22 14:49

router

Router is an easy routing configuration tool. It will translate from a URL to a code path and vice versa, according to a routing schema defined using XML.

(Machine Translation)
Última actualización: 2012-02-23 01:36

Dynamic Router Lite II

The Dynamic Router Lite II project is a router project by the Dutch national police agency that allows Web-based client-control over the next-hop router for the client. A Dynamic Router Lite II system is placed as a default gateway between one or more client networks and a router network with multiple gateway-routers on it. The Dynamic Router Lite II system does policy-based routing with policy-based DNS to match the routing policy. By default a client will have no active gateway, and any attempted HTTP traffic to any domain will lead the user to the router's Web interface, where the user can then pick an appropriate next-hop router. Once picked, all traffic for the client including DNS will be forwarded to the next-hop router the user picked.

(Machine Translation)