Add second algorithm to the ElevatorController's dispatch algorithm
authorIra W. Snyder <devel@irasnyder.com>
Thu, 11 Oct 2007 04:38:48 +0000 (21:38 -0700)
committerIra W. Snyder <devel@irasnyder.com>
Thu, 11 Oct 2007 04:38:48 +0000 (21:38 -0700)
commit14164058f22ba9fe64df2eb0a1dc46840d0faffb
treefbc4cbc4e4073d4b2a39d304526b0dee4b8db70e
parent0317803aa62dcbeecd3e18a456894d11dcfd16e1
Add second algorithm to the ElevatorController's dispatch algorithm

This comments out the first algorithm (based on IDLE Elevators and
closeness) and implements a second algorithm proposed by my teammates,
which is based on the idea of load and closeness.

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
elevatorcontroller.cpp