Popular recipes tagged "business"http://code.activestate.com/recipes/tags/business/2010-10-16T05:45:58-07:00ActiveState Code RecipesDecision Maker (Python) 2010-10-16T05:45:58-07:00FB36http://code.activestate.com/recipes/users/4172570/http://code.activestate.com/recipes/577427-decision-maker/ <p style="color: grey"> Python recipe 577427 by <a href="/recipes/users/4172570/">FB36</a> (<a href="/recipes/tags/business/">business</a>, <a href="/recipes/tags/decision/">decision</a>, <a href="/recipes/tags/math/">math</a>). Revision 2. </p> <p>This is a simple decision maker. It chooses the best option between N items. Each item can have M constraint values (non-zero). It is assumed each constraint has equal importance (weight).</p>