From: "Alan Chalker" <alanc@osc.edu>
Path: news.mathworks.com!newsfeed-00.mathworks.com!webcrossing
Newsgroups: comp.soft-sys.matlab
Subject: Re: MATLAB Programming Contest: May 9 - May 16, 20
Message-ID: <ef55232.1@webcrossing.raydaftYaTP>
Date: Wed, 9 May 2007 12:28:44 -0400
References: <ef55232.-1@webcrossing.raydaftYaTP> <ef55232.0@webcrossing.raydaftYaTP>
Lines: 11
NNTP-Posting-Host: 192.148.249.120
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Xref: news.mathworks.com comp.soft-sys.matlab:407931



Thanks for organizing another contest. I'm looking forward to
participating as I'm sure a lot of people are.

Maybe this is in the code package, which I haven't looked at yet, but
what is the formula for the final result? In the past you've always
outlined it as something like

result = a*score + b*e^(c*time)

However with the new cyclomatic complexity variable it'd be helpful
to understand how that factors into the result.